Skip to content

Commit ab47d76

Browse files
committed
Update change log and bump version.
1 parent 2d9b6e5 commit ab47d76

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
Change log for ``distlib``
22
--------------------------
33

4-
0.3.6 (future)
4+
0.3.7 (future)
55
~~~~~~~~~~~~~~
66

77
Released: Not yet.
88

9+
0.3.6
10+
~~~~~
11+
12+
Released: 2022-08-26
13+
914
- scripts
1015

1116
- Fixed #175: Updated launcher executables to better handle the relationship

distlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
import logging
88

9-
__version__ = '0.3.6'
9+
__version__ = '0.3.7.dev0'
1010

1111
class DistlibException(Exception):
1212
pass

0 commit comments

Comments
 (0)