We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a4cfe commit 7c67010Copy full SHA for 7c67010
doc/source/changes.rst
@@ -2,6 +2,12 @@
2
Changelog
3
#########
4
5
+*****
6
+4.0.9
7
8
+
9
+- re-release of 4.0.8 to get a valid signature.
10
11
*****
12
4.0.8
13
gitdb/__init__.py
@@ -30,7 +30,7 @@ def _init_externals():
30
__author__ = "Sebastian Thiel"
31
__contact__ = "[email protected]"
32
__homepage__ = "https://github.com/gitpython-developers/gitdb"
33
-version_info = (4, 0, 8)
+version_info = (4, 0, 9)
34
__version__ = '.'.join(str(i) for i in version_info)
35
36
setup.py
@@ -7,7 +7,7 @@
setup(
0 commit comments