Skip to content

Commit 5e5f940

Browse files
author
Sebastian Thiel
committed
Bump patch level (to create a new correctly signed release)
1 parent 09f96f2 commit 5e5f940

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

doc/source/changes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
#########
44

5+
******
6+
v3.0.4
7+
******
8+
9+
- signed release (with correct key this time)
10+
511
******
612
v3.0.3
713
******

smmap/__init__.py

Lines changed: 1 addition & 1 deletion
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 = (3, 0, 3)
6+
version_info = (3, 0, 4)
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)