summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:03:13 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-06-16 11:03:13 +0800
commit4d86d883714072b6e3bbc56a2127c06e9d6a6582 (patch)
tree58fe61dfd1a50febc61938b577f4fd9dfc9d0c2e
parentcefc0df04440215dad825e109807aecf39d6180b (diff)
downloadgitpython-4d86d883714072b6e3bbc56a2127c06e9d6a6582.tar.gz
prepare patch level 3.1.18
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst8
2 files changed, 9 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 3797f3f9..5762a6ff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.17
+3.1.18
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 68a94516..aabef802 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,14 @@
Changelog
=========
+3.1.18
+======
+
+* drop support for python 3.5 to reduce maintenance burden on typing. Lower patch levels of python 3.5 would break, too.
+
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/50?closed=1
+
3.1.17
======