Skip to content

Commit

Permalink
bump version to 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 24, 2022
1 parent 43de984 commit 38c68d9
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.10
******

- improvements to the way external packages are imported.

*****
4.0.9
*****
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__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 9)
version_info = (4, 0, 10)
__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__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
version_info = (4, 0, 9)
version_info = (4, 0, 10)
__version__ = '.'.join(str(i) for i in version_info)

setup(
Expand Down

0 comments on commit 38c68d9

Please sign in to comment.