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__ = '4.0.20210307'
__version__ = '4.0.20210403'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3025,3 +3025,15 @@ description = asyncio version of the standard multiprocessing module
[nbtutor]
description = Visualize Python code execution in Jupyter Notebook cells

[tinycss]
description = tinycss is a complete yet simple CSS parser for Python.

[qstylizer]
description = Stylesheet Generator for PyQt{4-5}/PySide{1-2}

[inflection]
description = A port of Ruby on Rails inflector to Python

[arrow]
description = Better dates & times for Python