File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
+ *****
6
+ 3.0.3
7
+ *****
8
+
9
+ * restrict smmap to versions < 3. See https://github.com/gitpython-developers/gitdb/issues/59 for details.
10
+
5
11
*****
6
12
3.0.2
7
13
*****
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _init_externals():
29
29
__author__ = "Sebastian Thiel"
30
30
__contact__ = "byronimo@gmail.com"
31
31
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32
- version_info = (3 , 0 , 2 )
32
+ version_info = (3 , 0 , 3 )
33
33
__version__ = '.' .join (str (i ) for i in version_info )
34
34
35
35
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 = (3 , 0 , 2 )
10
+ version_info = (3 , 0 , 3 )
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