diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-24 11:25:53 -0600 |
---|---|---|
committer | Harmon <Harmon758@gmail.com> | 2020-02-24 11:26:01 -0600 |
commit | ac286162b577c35ce855a3048c82808b30b217a8 (patch) | |
tree | 9a19d80f417d6593c784cdb1a335f31ddea37b93 | |
parent | 2810e8d3f34015dc5f820ec80eb2cb13c5f77b2b (diff) | |
download | gitpython-ac286162b577c35ce855a3048c82808b30b217a8.tar.gz |
Fix links in v3.0.6 changelog
-rw-r--r-- | doc/source/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 175e4dc4..190396d9 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -59,9 +59,9 @@ Bugfixes * Added support for parsing Git internal date format (@<unix timestamp> <timezone offset>) (`#965 <https://github.com/gitpython-developers/GitPython/pull/965>`_) * Removed Python 2 and < 3.3 compatibility shims - (`#979 <https://github.com/gitpython-developers/GitPython/pull/965>`_) + (`#979 <https://github.com/gitpython-developers/GitPython/pull/979>`_) * Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt - (`#979 <https://github.com/gitpython-developers/GitPython/pull/965>`_) + (`#979 <https://github.com/gitpython-developers/GitPython/pull/979>`_) 3.0.5 - Bugfixes ============================================= |