diff options
| author | Harmon <Harmon758@gmail.com> | 2020-02-16 12:48:16 -0600 |
|---|---|---|
| committer | Harmon <Harmon758@gmail.com> | 2020-02-16 12:48:16 -0600 |
| commit | 09ac0a109fd3a032e19ccc3017a9e1c79cda057a (patch) | |
| tree | be45d3287c1a131a691cd70a2ccf5033fe4b2301 | |
| parent | bcf9f1c5c63a9578b7f8108d6dbc69a80706e807 (diff) | |
| download | GitPython-09ac0a109fd3a032e19ccc3017a9e1c79cda057a.tar.gz GitPython-09ac0a109fd3a032e19ccc3017a9e1c79cda057a.zip | |
v2.1.152.1.15
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | doc/source/changes.rst | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1 +1 @@ -2.1.14 +2.1.15 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index e04b5ab7..97ae82d6 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,11 @@ Changelog ========= +2.1.15 - Bugfixes +================= + +Fix requirements.txt formatting and version lock gitdb2 to <3 for Python 2 compatibility. + 2.1.14 - Bugfixes ================= |
