We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e56587 commit b01da2aCopy full SHA for b01da2a
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '6.4.20230625'
+__version__ = '6.4.20230806'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3625,3 +3625,6 @@ description = Extension to include jQuery on newer Sphinx releases
3625
[interpreters-3-12]
3626
description = Use this module to try out multiple interpreters and a per-interpreter GIL in Python 3.12. Do not use this for anything important.
3627
3628
+[async-lru]
3629
+description = Simple LRU cache for asyncio
3630
+
0 commit comments