summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:03:05 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:03:05 +0800
commit3e82a7845af93955d24a661a1a9acf8dbcce50b6 (patch)
treef05274e6398f673f5217d60c2220c98e584fc8d4
parentff4f970fa426606dc88d93a4c76a5506ba269258 (diff)
downloadgitpython-3e82a7845af93955d24a661a1a9acf8dbcce50b6.tar.gz
preparr 3.0.63.0.6
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst13
2 files changed, 14 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index eca690e7..818bd47a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.5
+3.0.6
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 66fd698c..6833835a 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,19 @@
Changelog
=========
+3.0.6 - Bugfixes
+=============================================
+
+* removes python 2 compatibility shims, making GitPython a pure Python 3 library
+ with all of the python related legacy removed.
+* Have a look at the PR, it is a good read on the mistakes made in the course of this,
+ https://github.com/gitpython-developers/GitPython/pull/979 , please help the maintainers
+ if you can to prevent accidents like these in future.
+
+see the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/33?closed=1
+
+
3.0.5 - Bugfixes
=============================================