File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+ *****
6+ 3.0.1
7+ *****
8+
9+ * removed all python2 compatibility shims, GitDB now is a Python 3 program.
10+
511*****
6120.6.1
713*****
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _init_externals():
2929__author__ = "Sebastian Thiel"
3030__contact__ = "byronimo@gmail.com"
3131__homepage__ = "https://github.com/gitpython-developers/gitdb"
32- version_info = (3 , 0 , 0 )
32+ version_info = (3 , 0 , 1 )
3333__version__ = '.' .join (str (i ) for i in version_info )
3434
3535
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 = (3 , 0 , 0 )
10+ version_info = (3 , 0 , 1 )
1111__version__ = '.' .join (str (i ) for i in version_info )
1212
1313setup (
You can’t perform that action at this time.
0 commit comments