diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-07-23 08:01:09 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-07-23 08:04:06 +0800 |
| commit | 5b20664aba8e8a2fcae2f7f759122f3c48cec18d (patch) | |
| tree | abf7905dfd8933b66e096988ebbb6454948d668f | |
| parent | cfd653aeeb3cb807f2cd2ae9fff5568880ac67da (diff) | |
| download | gitpython-5b20664aba8e8a2fcae2f7f759122f3c48cec18d.tar.gz | |
prepare patch release3.1.19
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | doc/source/changes.rst | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -1 +1 @@ -3.1.18 +3.1.19 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index aabef802..fd3fc60d 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,15 @@ Changelog ========= +3.1.19 +====== + +* 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 ====== |
