diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-10-11 07:48:32 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-10-11 07:48:32 +0800 |
| commit | 19aaa74aafc06663644d634f33bb8af871d58536 (patch) | |
| tree | acab35611b0456657758da13c0c9c94ca04cfb66 | |
| parent | be3400b79ec15b84cd13a3ba30da289cdd98b878 (diff) | |
| download | gitpython-19aaa74aafc06663644d634f33bb8af871d58536.tar.gz | |
prepare next release3.1.29
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | doc/source/changes.rst | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -1 +1 @@ -3.1.28 +3.1.29 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index e4a22a5d..d36194c8 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,14 @@ Changelog ========= +3.1.29 +====== + +- Make the git.__version__ re-appear. + +See the following for all changes. +https://github.com/gitpython-developers/gitpython/milestone/59?closed=1 + 3.1.28 ====== |
