Skip to content

Commit

Permalink
bump versions to prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 20, 2023
1 parent 6a22706 commit 2057ae6
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.11
******

- various improvements - please see the release on GitHub for details.

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


Expand Down
2 changes: 1 addition & 1 deletion gitdb/ext/smmap
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, 10)
version_info = (4, 0, 11)
__version__ = '.'.join(str(i) for i in version_info)

setup(
Expand Down

0 comments on commit 2057ae6

Please sign in to comment.