We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a8fef commit 953fe9bCopy full SHA for 953fe9b
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '3.0.20201028'
+__version__ = '3.0.202011212'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -2776,3 +2776,9 @@ description = Black plugin for the Python Language Server
2776
[pysocks]
2777
description = A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
2778
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