@@ -23,25 +23,30 @@ Bugfixes
2323* Removed old, no longer used assert methods
2424* Replaced usage of nose assert methods with unittest
2525
26- 3.0.7 - Bugfixes
27- =================================================
28-
29- * removes python 2 compatibility shims, making GitPython a pure Python 3 library
30- with all of the python related legacy removed.
31- * Have a look at the PR, it is a good read on the mistakes made in the course of this,
32- https://github.com/gitpython-developers/GitPython/pull/979 , please help the maintainers
33- if you can to prevent accidents like these in future.
26+ 3.0.7
27+ =====
3428
35- see the following for details:
36- https://github.com/gitpython-developers/gitpython/milestone/33?closed=1
29+ Properly signed re-release of v3.0.6 with new signature
30+ (See ` #980 < https://github.com/gitpython-developers/GitPython/issues/980 >`_)
3731
32+ 3.0.6
33+ =====
3834
39- 3.0.6 - Bugfixes - unsigned/partial - do not use
40- =================================================
35+ | Note: There was an issue that caused this version to be released to PyPI without a signature
36+ | See the changelog for v3.0.7 and `#980 <https://github.com/gitpython-developers/GitPython/issues/980>`_
4137
42- There was an issue with my setup, so things managed to slip to pypi without a signature.
38+ Bugfixes
39+ --------
4340
44- Use 3.0.7 instead.
41+ * Fixed warning for usage of environment variables for paths containing ``$ `` or ``% ``
42+ (`#832 <https://github.com/gitpython-developers/GitPython/issues/832 >`_,
43+ `#961 <https://github.com/gitpython-developers/GitPython/pull/961 >`_)
44+ * Added support for parsing Git internal date format (@<unix timestamp> <timezone offset>)
45+ (`#965 <https://github.com/gitpython-developers/GitPython/pull/965 >`_)
46+ * Removed Python 2 and < 3.3 compatibility shims
47+ (`#979 <https://github.com/gitpython-developers/GitPython/pull/965 >`_)
48+ * Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt
49+ (`#979 <https://github.com/gitpython-developers/GitPython/pull/965 >`_)
4550
46513.0.5 - Bugfixes
4752=============================================
0 commit comments