8000
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 59c88c0 commit f31bfa3Copy full SHA for f31bfa3
doc/source/changes.rst
@@ -2,6 +2,12 @@
2
Changelog
3
#########
4
5
+******
6
+v5.0.2
7
8
+
9
+- remove a usage of mktemp
10
11
******
12
v5.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 = (5, 0, 1)
+version_info = (5, 0, 2)
__version__ = '.'.join(str(i) for i in version_info)
# make everything available in root package for convenience
0 commit comments