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