Skip to content

Commit

Permalink
Bump patch level for creating a new properly signed release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thiel committed May 5, 2020
1 parent a5d3d7e commit 163f264
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
#########

*****
4.0.5
*****

* Re-release of 4.0.4, with known signature

*****
4.0.4
*****
Expand Down
2 changes: 1 addition & 1 deletion gitdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _init_externals():
__author__ = "Sebastian Thiel"
__contact__ = "[email protected]"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 4)
version_info = (4, 0, 5)
__version__ = '.'.join(str(i) for i in version_info)


Expand Down
2 changes: 1 addition & 1 deletion gitdb/ext/smmap
Submodule smmap updated from 09f96f to 5e5f94
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "[email protected]"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 4)
version_info = (4, 0, 5)
__version__ = '.'.join(str(i) for i in version_info)

setup(
Expand Down

0 comments on commit 163f264

Please sign in to comment.