Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c563b72

Browse filesBrowse files
authored
Improve changelog for v3.0.6 and v3.0.7
1 parent 6804e73 commit c563b72
Copy full SHA for c563b72

File tree

Expand file treeCollapse file tree

1 file changed

+19
-14
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+19
-14
lines changed

‎doc/source/changes.rst

Copy file name to clipboardExpand all lines: doc/source/changes.rst
+19-14Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4651
3.0.5 - Bugfixes
4752
=============================================

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.