Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfc18b7

Browse files
author
stonebig
committed
increment version + package names
1 parent 2cd55f3 commit bfc18b7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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__ = '1.6.20160625'
31+
__version__ = '1.6.20160816'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ description=Getting image size from png/jpeg/jpeg2000/gif file
302302
[ipyleaflet]
303303
description=A Jupyter widget for dynamic Leaflet maps
304304

305+
[ipympl]
306+
description=Matplotlib Jupyter Extension
307+
305308
[ipyparallel]
306309
description=Interactive Parallel Computing with IPython
307310

@@ -559,6 +562,9 @@ description=Data readers extracted from the pandas codebase,should be compatible
559562
[pandas-ply]
560563
description=functional data manipulation for pandas
561564
565+
[pandocfilters]
566+
description=Utilities for writing pandoc filters in python
567+
562568
[param]
563569
description=Declarative Python programming using Parameters.
564570
@@ -692,6 +698,9 @@ description=Pygame gives multimedia to python.
692698
[pygit2]
693699
description=Python bindings for libgit2.
694700
701+
[pyomo]
702+
description=Pyomo: Python Optimization Modeling Objects
703+
695704
[pygments]
696705
description=Generic syntax highlighter for general use in all kinds of software
697706
url=http://pygments.org
@@ -741,6 +750,9 @@ category=visu3d
741750
[pyopenssl]
742751
description=Python wrapper module around the OpenSSL library
743752
753+
[pypandoc]
754+
description=Thin wrapper for pandoc.
755+
744756
[pypdf2]
745757
description=PDF toolkitPDF toolkit
746758
@@ -835,6 +847,9 @@ description=A collection of tools for Python
835847
[pytz]
836848
description=World Timezone Definitions for Python
837849
850+
[PyUtilib]
851+
description=PyUtilib: A collection of Python utilities
852+
838853
[pyvisa]
839854
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
840855
@@ -879,6 +894,12 @@ category=docgen
879894
[requests]
880895
description=Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.
881896
897+
[requests_file]
898+
description=File transport adapter for Requests
899+
900+
[requests_ftp]
901+
description=FTP Transport Adapter for Requests.
902+
882903
[requests_toolbelt]
883904
description=A utility belt for advanced users of python-requests
884905

0 commit comments

Comments
 (0)