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 2d9b6e5 commit ab47d76Copy full SHA for ab47d76
CHANGES.rst
@@ -1,11 +1,16 @@
1
Change log for ``distlib``
2
--------------------------
3
4
-0.3.6 (future)
+0.3.7 (future)
5
~~~~~~~~~~~~~~
6
7
Released: Not yet.
8
9
+0.3.6
10
+~~~~~
11
+
12
+Released: 2022-08-26
13
14
- scripts
15
16
- Fixed #175: Updated launcher executables to better handle the relationship
distlib/__init__.py
@@ -6,7 +6,7 @@
#
import logging
-__version__ = '0.3.6'
+__version__ = '0.3.7.dev0'
class DistlibException(Exception):
pass
0 commit comments