summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-04-21 13:36:04 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-04-21 13:37:54 +0800
commit46b204d1b2eb6de6eaa31deacf4dd0a9095ca3fa (patch)
treed1c838a3966ce9860212094892e6a2ff905c2e6a
parentc03da67aabaab6852020edf8c28533d88c87e43f (diff)
downloadgitpython-46b204d1b2eb6de6eaa31deacf4dd0a9095ca3fa.tar.gz
bump patch level3.1.15
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst10
2 files changed, 9 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 2a399f7d..b5f785d2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.14
+3.1.15
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 93f65a2f..1b916f30 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,11 +2,14 @@
Changelog
=========
-3.1.15 (UNRELEASED)
-===================
+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
======
@@ -15,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
======