diff options
author | Yobmod <yobmod@gmail.com> | 2021-03-16 19:16:19 +0000 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-03-16 19:16:19 +0000 |
commit | 9562ae2e2436e052d31c40d5f9d3d0318f6c4575 (patch) | |
tree | 505a6d9a82a514cf244c2474903567628431081c /doc/source/changes.rst | |
parent | 85ebfb2f0dedb18673a2d756274bbcecd1f034c4 (diff) | |
download | gitpython-9562ae2e2436e052d31c40d5f9d3d0318f6c4575.tar.gz |
rebase on master
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 405179d0..93f65a2f 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,7 +2,12 @@ Changelog ========= -3.1.?? +3.1.15 (UNRELEASED) +=================== + +* add deprectation warning for python 3.5 + +3.1.14 ====== * git.Commit objects now have a ``replace`` method that will return a |