summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-14 10:42:49 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-14 10:42:49 +0800
commit33346b25c3a4fb5ea37202d88d6a6c66379099c5 (patch)
tree53fa07009be0a7c6aa19465d76d54cf78898afe6
parent572bbb39bf36fecb502c9fdf251b760c92080e1e (diff)
downloadgitpython-3.1.17.tar.gz
prepare new patch3.1.17
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst16
2 files changed, 14 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index e6291b96..3797f3f9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.16
+3.1.17
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 0c34e385..68a94516 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,17 +2,27 @@
Changelog
=========
-3.1.16
+3.1.17
======
+* Fix issues from 3.1.16 (see https://github.com/gitpython-developers/GitPython/issues/1238)
+* Fix issues from 3.1.15 (see https://github.com/gitpython-developers/GitPython/issues/1223)
+* Add more static typing information
+
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/49?closed=1
+
+3.1.16 (YANKED)
+===============
+
* Fix issues from 3.1.15 (see https://github.com/gitpython-developers/GitPython/issues/1223)
* Add more static typing information
See the following for details:
https://github.com/gitpython-developers/gitpython/milestone/48?closed=1
-3.1.15 (YANKED)
-================
+3.1.15 (YANKED)
+===============
* add deprectation warning for python 3.5