8000 Merge pull request #954 from stonebig/master · winpython/winpython@b8ae28a · GitHub
[go: up one dir, main page]

Skip to content

Commit b8ae28a

Browse files
authored
Merge pull request #954 from stonebig/master
winpython 2021-02 update of names
2 parents f7e4eed + 1a15a4f commit b8ae28a

File tree

2 files changed

+13
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,3 +3025,15 @@ description = asyncio version of the standard multiprocessing module
30253025
[nbtutor]
30263026
description = Visualize Python code execution in Jupyter Notebook cells
30273027
3028+
[tinycss]
3029+
description = tinycss is a complete yet simple CSS parser for Python.
3030+
3031+
[qstylizer]
3032+
description = Stylesheet Generator for PyQt{4-5}/PySide{1-2}
3033+
3034+
[inflection]
3035+
description = A port of Ruby on Rails inflector to Python
3036+
3037+
[arrow]
3038+
description = Better dates & times for Python
3039+

0 commit comments

Comments
 (0)
0