Skip to content

Commit 7c67010

Browse files
committed
bump patch level in the hopes for a valid sig on release
#77
1 parent e3a4cfe commit 7c67010

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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+
4.0.9
7+
*****
8+
9+
- re-release of 4.0.8 to get a valid signature.
10+
511
*****
612
4.0.8
713
*****

Diff for: gitdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _init_externals():
3030
__author__ = "Sebastian Thiel"
3131
__contact__ = "[email protected]"
3232
__homepage__ = "https://github.com/gitpython-developers/gitdb"
33-
version_info = (4, 0, 8)
33+
version_info = (4, 0, 9)
3434
__version__ = '.'.join(str(i) for i in version_info)
3535

3636

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (4, 0, 8)
10+
version_info = (4, 0, 9)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
 (0)