8000 increment version + package names by stonebig · Pull Request #379 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

increment version + package names #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '1.6.20160625'
__version__ = '1.6.20160816'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
21 changes: 21 additions & 0 deletions winpython/data/packages.ini
10000
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ description=Getting image size from png/jpeg/jpeg2000/gif file
[ipyleaflet]
description=A Jupyter widget for dynamic Leaflet maps

[ipympl]
description=Matplotlib Jupyter Extension

[ipyparallel]
description=Interactive Parallel Computing with IPython

Expand Down Expand Up @@ -559,6 +562,9 @@ description=Data readers extracted from the pandas codebase,should be compatible
[pandas-ply]
description=functional data manipulation for pandas

[pandocfilters]
description=Utilities for writing pandoc filters in python

[param]
description=Declarative Python programming using Parameters.

Expand Down Expand Up @@ -692,6 +698,9 @@ description=Pygame gives multimedia to python.
[pygit2]
description=Python bindings for libgit2.

[pyomo]
description=Pyomo: Python Optimization Modeling Objects

[pygments]
description=Generic syntax highlighter for general use in all kinds of software
url=http://pygments.org
Expand Down Expand Up @@ -741,6 +750,9 @@ category=visu3d
[pyopenssl]
description=Python wrapper module around the OpenSSL library

[pypandoc]
description=Thin wrapper for pandoc.

[pypdf2]
description=PDF toolkitPDF toolkit

Expand Down Expand Up @@ -835,6 +847,9 @@ description=A collection of tools for Python
[pytz]
description=World Timezone Definitions for Python

[PyUtilib]
description=PyUtilib: A collection of Python utilities

[pyvisa]
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)

Expand Down Expand Up @@ -879,6 +894,12 @@ category=docgen
[requests]
description=Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.

[requests_file]
description=File transport adapter for Requests

[requests_ftp]
description=FTP Transport Adapter for Requests.

[requests_toolbelt]
description=A utility belt for advanced users of python-requests

Expand Down
0