summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
=============================================