File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+ *****
6+ 4.0.7
7+ *****
8+
9+ * Updated upper bound for smmap requirement in setup.py
10+ (`#69 <https://github.com/gitpython-developers/gitdb/issues/69 >`_)
11+
512*****
6134.0.6
714*****
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def _init_externals():
3030__author__ = "Sebastian Thiel"
3131__contact__ = "byronimo@gmail.com"
3232__homepage__ = "https://github.com/gitpython-developers/gitdb"
33- version_info = (4 , 0 , 6 )
33+ version_info = (4 , 0 , 7 )
3434__version__ = '.' .join (str (i ) for i in version_info )
3535
3636
Original file line number Diff line number Diff line change 77__author__ = "Sebastian Thiel"
88__contact__ = "byronimo@gmail.com"
99__homepage__ = "https://github.com/gitpython-developers/gitdb"
10- version_info = (4 , 0 , 6 )
10+ version_info = (4 , 0 , 7 )
1111__version__ = '.' .join (str (i ) for i in version_info )
1212
1313setup (
You can’t perform that action at this time.
0 commit comments