Skip to content

Commit

Permalink
bump patch level to prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 2, 2025
1 parent bcbe5df commit 104138c
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.12
******

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

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

# default imports
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, 11)
version_info = (4, 0, 12)
__version__ = '.'.join(str(i) for i in version_info)

setup(
Expand Down

0 comments on commit 104138c

Please sign in to comment.