Skip to content
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__ = '3.0.20200729'
__version__ = '3.0.20200808'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
21 changes: 21 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2686,3 +2686,24 @@ description = Tree is a library for working with nested data structures.
[amply]
description = Amply allows you to load and manipulate AMPL/GLPK data as Python data structures

[dask-glm]
description = Generalized Linear Models with Dask

[wasmer]
description = Python extension to run WebAssembly binaries

[jupyter-server-proxy]
description = Jupyter server extension to supervise and proxy web services

[iniconfig]
description = iniconfig: brain-dead simple config-ini parsing

[argon2-cffi]
description = The secure Argon2 password hashing algorithm.

[jinja2-time]
description = Jinja2 Extension for Dates and Times

[text-unidecode]
description = The most basic Text::Unidecode port