8000 package names and prepare for release by stonebig · Pull Request #721 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

package names and prepare for release #721

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
Feb 23, 2019
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.11.20181222'
__version__ = '1.11.20190223'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
9 changes: 9 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ description=Classes Without Boilerplate
[autopep8]
description=A tool that automatically formats Python code to conform to the PEP 8 style guide

[azureml_dataprep]
description=Azure ML Data Preparation SDK

[babel]
description=Internationalization utilities

Expand Down Expand Up @@ -413,6 +416,9 @@ description=A fast RLock implementation for CPython
[fast-histogram]
description=Fast 1D and 2D histogram functions in Python

[fbprophet]
description=Automatic Forecasting Procedure

[feather-format]
description=Python interface to the Apache Arrow-based Feather File Format

Expand Down Expand Up @@ -1142,6 +1148,9 @@ description=A simple Python library for easily displaying tabular data in a visu
[prettytensor]
description=Pretty Tensor makes learning beautiful

[proglog]
description=Log and progress bar manager for console, notebooks, web...

[progressbar]
description=Text progress bar library for Python.

Expand Down
0