summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-08-15 10:48:45 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-15 10:48:45 +0800
commit5ff2f4f7a2f8212a68aff34401e66a5905f70f51 (patch)
treeef66efaaee7ec5290c3cb96c2cead1076397637e
parentca080bbd16bd5527e3145898f667750feb97c025 (diff)
downloadgitpython-5ff2f4f7a2f8212a68aff34401e66a5905f70f51.tar.gz
Bump version to 3.0.13.0.1
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 4a36342f..cb2b00e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 631cd8d8..9b5d8f26 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -7,6 +7,7 @@ Changelog
* Fix a `performance regression <https://github.com/gitpython-developers/GitPython/issues/906>`_ which could make certain workloads 50% slower
* Add `currently_rebasing_on` method on `Repo`, see `the PR <https://github.com/gitpython-developers/GitPython/pull/903/files#diff-c276fc3c4df38382ec884e59657b869dR1065>`_
+* Fix incorrect `requirements.txt` which could lead to broken installations, see this `issue <https://github.com/gitpython-developers/GitPython/issues/908>`_ for details.
3.0.0 - Remove Python 2 support
===============================