Skip to content

Commit

Permalink
Bump patch again; …upload error due to state on disk, yikes
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 11, 2020
1 parent 0002408 commit b8ab128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog
#########

*****
4.0.3
4.0.4
*****

* Support for PyOxidizer
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, 2)
version_info = (4, 0, 4)
__version__ = '.'.join(str(i) for i in version_info)


Expand Down
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, 3)
version_info = (4, 0, 4)
__version__ = '.'.join(str(i) for i in version_info)

setup(
Expand Down

0 comments on commit b8ab128

Please sign in to comment.