We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0002408 commit b8ab128Copy full SHA for b8ab128
doc/source/changes.rst
@@ -3,7 +3,7 @@ Changelog
3
#########
4
5
*****
6
-4.0.3
+4.0.4
7
8
9
* Support for PyOxidizer
gitdb/__init__.py
@@ -30,7 +30,7 @@ def _init_externals():
30
__author__ = "Sebastian Thiel"
31
__contact__ = "byronimo@gmail.com"
32
__homepage__ = "https://github.com/gitpython-developers/gitdb"
33
-version_info = (4, 0, 2)
+version_info = (4, 0, 4)
34
__version__ = '.'.join(str(i) for i in version_info)
35
36
setup.py
@@ -7,7 +7,7 @@
10
-version_info = (4, 0, 3)
11
12
13
setup(
0 commit comments