summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 15:42:49 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 15:42:49 +0800
commitb860d1873a25e6577a8952d625ca063f1cf66a84 (patch)
treec1329314016ca8b26c8238dcecc56f8f8985763a
parent1fbc2304fea19a2b6fc53f4f6448102768e3eeb2 (diff)
downloadgitpython-b860d1873a25e6577a8952d625ca063f1cf66a84.tar.gz
bump patch level3.1.1
-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
=====