summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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