We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156151c commit 256c5a2Copy full SHA for 256c5a2
doc/source/changes.rst
@@ -2,10 +2,18 @@
2
Changelog
3
#########
4
5
+******
6
+v5.0.1
7
8
+
9
+- Added support for Python 3.12
10
11
******
12
v6.0.0
13
14
15
+YANKED
16
17
- Dropped support 3.6 and 3.7
18
- Declared support for Python 3.11 and 3.12
19
smmap/__init__.py
@@ -3,7 +3,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "[email protected]"
__homepage__ = "https://github.com/gitpython-developers/smmap"
-version_info = (6, 0, 0)
+version_info = (5, 0, 1)
__version__ = '.'.join(str(i) for i in version_info)
# make everything available in root package for convenience
0 commit comments