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 ebec896 commit f4d7a58Copy full SHA for f4d7a58
doc/source/changes.rst
@@ -2,6 +2,12 @@
2
Changelog
3
#########
4
5
+******
6
+v3.0.2
7
8
+
9
+- signed release
10
11
******
12
v3.0.1
13
smmap/__init__.py
@@ -3,7 +3,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/smmap"
-version_info = (3, 0, 1)
+version_info = (3, 0, 2)
__version__ = '.'.join(str(i) for i in version_info)
# make everything available in root package for convenience
0 commit comments