summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-24 00:56:35 -0600
committerHarmon <Harmon758@gmail.com>2020-02-24 01:14:26 -0600
commitc859019afaffc2aadbb1a1db942bc07302087c52 (patch)
tree00c17c92836e63f6145f2cda2e9444ba12b88594
parent4f358e04cb00647e1c74625a8f669b6803abd1fe (diff)
downloadgitpython-c859019afaffc2aadbb1a1db942bc07302087c52.tar.gz
v3.1.0
-rw-r--r--doc/source/changes.rst6
m---------git/ext/gitdb0
-rw-r--r--requirements.txt2
3 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index c2c4b970..541a106a 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,12 @@
Changelog
=========
+3.1.0
+=====
+
+* Switched back to using gitdb package as requirement
+ (`gitdb#59 <https://github.com/gitpython-developers/gitdb/issues/59>`_)
+
3.0.9
=====
diff --git a/git/ext/gitdb b/git/ext/gitdb
-Subproject 5dd0f302f101e66d9d70a3b17ce0f379b4db214
+Subproject 253dfe7092f83229d9e99059e7c51f678a557fd
diff --git a/requirements.txt b/requirements.txt
index aefd1427..c4e8340d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-gitdb2>=3,<4
+gitdb>=4.0.1,<5