summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:27:34 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:27:34 +0800
commit91f6e625da81cb43ca8bc961da0c060f23777fd1 (patch)
tree29660838d1a363a2d3173fcd262aa4b4d66e0fdd
parentd296eec67a550e4a44f032cfdd35f6099db91597 (diff)
downloadgitpython-91f6e625da81cb43ca8bc961da0c060f23777fd1.tar.gz
v3.0.73.0.7
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst11
2 files changed, 10 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 818bd47a..2451c27c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.6
+3.0.7
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 6833835a..953a79b4 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,8 +2,8 @@
Changelog
=========
-3.0.6 - Bugfixes
-=============================================
+3.0.7 - Bugfixes
+=================================================
* removes python 2 compatibility shims, making GitPython a pure Python 3 library
with all of the python related legacy removed.
@@ -15,6 +15,13 @@ see the following for details:
https://github.com/gitpython-developers/gitpython/milestone/33?closed=1
+3.0.6 - Bugfixes - unsigned/partial - do not use
+=================================================
+
+There was an issue with my setup, so things managed to slip to pypi without a signature.
+
+Use 3.0.7 instead.
+
3.0.5 - Bugfixes
=============================================