diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-24 00:56:35 -0600 |
---|---|---|
committer | Harmon <Harmon758@gmail.com> | 2020-02-24 01:14:26 -0600 |
commit | c859019afaffc2aadbb1a1db942bc07302087c52 (patch) | |
tree | 00c17c92836e63f6145f2cda2e9444ba12b88594 /doc/source | |
parent | 4f358e04cb00647e1c74625a8f669b6803abd1fe (diff) | |
download | gitpython-c859019afaffc2aadbb1a1db942bc07302087c52.tar.gz |
v3.1.0
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 6 insertions, 0 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 ===== |