File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
+ *****
6
+ 4.0.6
7
+ *****
8
+
9
+ * Bumped upper bound for smmap requirement
10
+ (`#67 <https://github.com/gitpython-developers/gitdb/issues/67 >`_,
11
+ `#68 <https://github.com/gitpython-developers/gitdb/pull/68 >`_)
12
+
5
13
*****
6
14
4.0.5
7
15
*****
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def _init_externals():
30
30
__author__ = "Sebastian Thiel"
31
31
__contact__ = "byronimo@gmail.com"
32
32
__homepage__ = "https://github.com/gitpython-developers/gitdb"
33
- version_info = (4 , 0 , 5 )
33
+ version_info = (4 , 0 , 6 )
34
34
__version__ = '.' .join (str (i ) for i in version_info )
35
35
36
36
Original file line number Diff line number Diff line change 7
7
__author__ = "Sebastian Thiel"
8
8
__contact__ = "byronimo@gmail.com"
9
9
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10
- version_info = (4 , 0 , 5 )
10
+ version_info = (4 , 0 , 6 )
11
11
__version__ = '.' .join (str (i ) for i in version_info )
12
12
13
13
setup (
You can’t perform that action at this time.
0 commit comments