File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- 3.0.5
1
+ 3.0.6
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ 3.0.6 - Bugfixes
6
+ =============================================
7
+
8
+ * removes python 2 compatibility shims, making GitPython a pure Python 3 library
9
+ with all of the python related legacy removed.
10
+ * Have a look at the PR, it is a good read on the mistakes made in the course of this,
11
+ https://github.com/gitpython-developers/GitPython/pull/979 , please help the maintainers
12
+ if you can to prevent accidents like these in future.
13
+
14
+ see the following for details:
15
+ https://github.com/gitpython-developers/gitpython/milestone/33?closed=1
16
+
17
+
5
18
3.0.5 - Bugfixes
6
19
=============================================
7
20
You can’t perform that action at this time.
0 commit comments