From 91f6e625da81cb43ca8bc961da0c060f23777fd1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 8 Feb 2020 11:27:34 +0800 Subject: v3.0.7 --- VERSION | 2 +- doc/source/changes.rst | 11 +++++++++-- 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 ============================================= -- cgit v1.2.1