Skip to content

Commit

Permalink
bump patch level in the hopes for a valid sig on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 21, 2022
1 parent e3a4cfe commit 7c67010
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/source/changes.rst
Expand Up @@ -2,6 +2,12 @@
Changelog
#########

*****
4.0.9
*****

- re-release of 4.0.8 to get a valid signature.

*****
4.0.8
*****
Expand Down
2 changes: 1 addition & 1 deletion gitdb/__init__.py
Expand Up @@ -30,7 +30,7 @@ def _init_externals():
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 8)
version_info = (4, 0, 9)
__version__ = '.'.join(str(i) for i in version_info)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 8)
version_info = (4, 0, 9)
__version__ = '.'.join(str(i) for i in version_info)

setup(
Expand Down

0 comments on commit 7c67010

Please sign in to comment.