diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/source/changes.rst | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1 +1 @@ -2.1.13 +2.1.14 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index b9f28638..e04b5ab7 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,11 @@ Changelog ========= +2.1.14 - Bugfixes +================= + +Fix an issue with `transforming kwargs <https://github.com/gitpython-developers/GitPython/pull/899>`_ passed to the `git` command. + 2.1.13 - Bring back Python 2.7 support ====================================== |