Skip to content

Commit

Permalink
Add changelogs for v2.1.14 and v2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 24, 2020
1 parent 607df88 commit 2810e8d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,20 @@ https://github.com/gitpython-developers/gitpython/milestone/27?closed=1
or run have a look at the difference between tags v2.1.12 and v3.0.0:
https://github.com/gitpython-developers/GitPython/compare/2.1.12...3.0.0.

2.1.15
======

* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt
(Backported from `#979 <https://github.com/gitpython-developers/GitPython/pull/979>`_)
* Restricted GitDB (gitdb2) version requirement to < 3
(`#897 <https://github.com/gitpython-developers/GitPython/issues/897>`_)

2.1.14
======

* Fixed handling of 0 when transforming kwargs into Git command arguments
(Backported from `#899 <https://github.com/gitpython-developers/GitPython/pull/899>`_)

2.1.13 - Bring back Python 2.7 support
======================================

Expand Down

0 comments on commit 2810e8d

Please sign in to comment.