summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:40:07 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:40:07 +0800
commitb8ab128b7ff8dc951ac42c1fd57d61c26864680a (patch)
treeb809ee77e4bb5f4d26983290102541d0622ec0a4
parent0002408bc03033ed90041d04c4547343a1505537 (diff)
downloadgitdb-b8ab128b7ff8dc951ac42c1fd57d61c26864680a.tar.gz
Bump patch again; …upload error due to state on disk, yikes4.0.4
-rw-r--r--doc/source/changes.rst2
-rw-r--r--gitdb/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 3c116c3..69a6dba 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -3,7 +3,7 @@ Changelog
#########
*****
-4.0.3
+4.0.4
*****
* Support for PyOxidizer
diff --git a/gitdb/__init__.py b/gitdb/__init__.py
index 2b06b24..5f56773 100644
--- a/gitdb/__init__.py
+++ b/gitdb/__init__.py
@@ -30,7 +30,7 @@ _init_externals()
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__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)
diff --git a/setup.py b/setup.py
index e8f8d68..48d641a 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from setuptools import setup
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__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(