summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-05-03 15:59:07 +0100
committeryobmod <yobmod@gmail.com>2021-05-03 15:59:07 +0100
commit6752fad0e93d1d2747f56be30a52fea212bd15d6 (patch)
treea0618d53d06f35d7326fcacdcaf1832d7ab55b8c /doc/source
parent2fd9f6ee5c8b4ae4e01a40dc398e2768d838210d (diff)
downloadgitpython-6752fad0e93d1d2747f56be30a52fea212bd15d6.tar.gz
add initial types to remote.py
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 405179d0..1b916f30 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,7 +2,15 @@
Changelog
=========
-3.1.??
+3.1.15
+======
+
+* add deprectation warning for python 3.5
+
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/47?closed=1
+
+3.1.14
======
* git.Commit objects now have a ``replace`` method that will return a
@@ -10,6 +18,9 @@ Changelog
* Add python 3.9 support
* Drop python 3.4 support
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/46?closed=1
+
3.1.13
======