Skip to content

Commit 256c5a2

Browse files
committed
prepare v5.0.1
1 parent 156151c commit 256c5a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: doc/source/changes.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
Changelog
33
#########
44

5+
******
6+
v5.0.1
7+
******
8+
9+
- Added support for Python 3.12
10+
511
******
612
v6.0.0
713
******
814

15+
YANKED
16+
917
- Dropped support 3.6 and 3.7
1018
- Declared support for Python 3.11 and 3.12
1119

Diff for: smmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "[email protected]"
55
__homepage__ = "https://github.com/gitpython-developers/smmap"
6-
version_info = (6, 0, 0)
6+
version_info = (5, 0, 1)
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)