Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 656a2e0

Browse files
committed
bumped version to 0.5.4
1 parent a4deb84 commit 656a2e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gitdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _init_externals():
2727
__author__ = "Sebastian Thiel"
2828
__contact__ = "byronimo@gmail.com"
2929
__homepage__ = "https://github.com/gitpython-developers/gitdb"
30-
version_info = (0, 5, 3)
30+
version_info = (0, 5, 4)
3131
__version__ = '.'.join(str(i) for i in version_info)
3232

3333

gitdb/ext/smmap

Submodule smmap updated from 9c3eb3d to d13e3ae

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_data_files(self):
7373
__author__ = "Sebastian Thiel"
7474
__contact__ = "byronimo@gmail.com"
7575
__homepage__ = "https://github.com/gitpython-developers/gitdb"
76-
version_info = (0, 5, 3)
76+
version_info = (0, 5, 4)
7777
__version__ = '.'.join(str(i) for i in version_info)
7878

7979
setup(cmdclass={'build_ext':build_ext_nofail},

0 commit comments

Comments
 (0)