Skip to content

Commit 953fe9b

Browse files
committed
preparing for 2020-05
1 parent 09a8fef commit 953fe9b

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,3 +2776,9 @@ description = Black plugin for the Python Language Server
27762776
[pysocks]
27772777
description = A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
27782778
2779+
[pyinstaller-hooks-contrib]
2780+
description = Community maintained hooks for PyInstaller
2781+
2782+
[nbval]
2783+
description = A py.test plugin to validate Jupyter notebooks
2784+

0 commit comments

Comments
 (0)