Skip to content

Commit f31bfa3

Browse files
committed
bump patch level prior to new release
1 parent 59c88c0 commit f31bfa3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: doc/source/changes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
#########
44

5+
******
6+
v5.0.2
7+
******
8+
9+
- remove a usage of mktemp
10+
511
******
612
v5.0.1
713
******

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 = (5, 0, 1)
6+
version_info = (5, 0, 2)
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)