Skip to content

Commit 5c6b543

Browse files
authored
Merge pull request #818 from stonebig/master
package name + prepare release
2 parents a9d70c5 + 9834c20 commit 5c6b543

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '2.3.20200307'
31+
__version__ = '2.3.20200319'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,9 @@ description=Read metadata from Python packages
779779
[intake]
780780
description=Data input plugin and catalog system
781781
782+
[intervaltree]
783+
description=Editable interval tree data structure for Python 2 and 3
784+
782785
[ipycanvas]
783786
description=Interactive Canvas in Jupyter
784787

0 commit comments

Comments
 (0)