File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 3.0.8 - Bugfixes
6- =================================================
5+ 3.0.8
6+ =====
77
8- * depende on a pure Python3 version of GitDB
8+ * Added support for Python 3.8
9+ * Bumped GitDB (gitdb2) version requirement to > 3
910
10- see the following for details:
11- https://github.com/gitpython-developers/gitpython/milestone/33?closed=1
11+ Bugfixes
12+ --------
13+
14+ * Fixed Repo.__repr__ when subclassed
15+ (`#968 <https://github.com/gitpython-developers/GitPython/pull/968 >`_)
16+ * Removed compatibility shims for Python < 3.4 and old mock library
17+ * Replaced usage of deprecated unittest aliases and Logger.warn
18+ * Removed old, no longer used assert methods
19+ * Replaced usage of nose assert methods with unittest
1220
13213.0.7 - Bugfixes
1422=================================================
You can’t perform that action at this time.
0 commit comments