Skip to content

Commit 104138c

Browse files
committed
bump patch level to prepare for next release
1 parent bcbe5df commit 104138c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

doc/source/changes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
#########
44

5+
******
6+
4.0.12
7+
******
8+
9+
- various improvements - please see the release on GitHub for details.
10+
511
******
612
4.0.11
713
******

gitdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "byronimo@gmail.com"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (4, 0, 11)
10+
version_info = (4, 0, 12)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
# default imports

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "byronimo@gmail.com"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (4, 0, 11)
10+
version_info = (4, 0, 12)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
 (0)