diff options
| author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-08-15 10:48:45 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-08-15 10:48:45 +0800 |
| commit | 5ff2f4f7a2f8212a68aff34401e66a5905f70f51 (patch) | |
| tree | ef66efaaee7ec5290c3cb96c2cead1076397637e | |
| parent | ca080bbd16bd5527e3145898f667750feb97c025 (diff) | |
| download | gitpython-5ff2f4f7a2f8212a68aff34401e66a5905f70f51.tar.gz | |
Bump version to 3.0.13.0.1
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | doc/source/changes.rst | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 =============================== |
