diff options
author | Yobmod <yobmod@gmail.com> | 2021-07-28 15:57:59 +0100 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-07-28 15:57:59 +0100 |
commit | 77a77695b487bf287a5f488ebc7ceadd96e692ae (patch) | |
tree | 87fbf8f9a263bb10072180c8930aa14e23488f63 /doc/source/changes.rst | |
parent | 3347c00137e45a8b8b512afab242703892a1a1d2 (diff) | |
parent | 76c1c8dd13806d88231c110c47468c71d4b370f1 (diff) | |
download | gitpython-77a77695b487bf287a5f488ebc7ceadd96e692ae.tar.gz |
Merge branch 'main' of https://github.com/Yobmod/GitPython
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index fd3fc60d..09da1eb2 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,13 +2,23 @@ Changelog ========= -3.1.19 +3.1.20 ====== * This is the second typed release with a lot of improvements under the hood. * Tracking issue: https://github.com/gitpython-developers/GitPython/issues/1095 See the following for details: +https://github.com/gitpython-developers/gitpython/milestone/52?closed=1 + + +3.1.19 (YANKED) +=============== + +* This is the second typed release with a lot of improvements under the hood. + * Tracking issue: https://github.com/gitpython-developers/GitPython/issues/1095 + +See the following for details: https://github.com/gitpython-developers/gitpython/milestone/51?closed=1 3.1.18 |