summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst9
2 files changed, 10 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index fd2a0186..94ff29cc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.0
+3.1.1
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 190396d9..d3346ea4 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,15 @@
Changelog
=========
+3.1.1
+=====
+
+* support for PyOxidizer, which previously failed due to usage of `__file__`.
+
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/36?closed=1
+
+
3.1.0
=====