summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-08-14 18:05:55 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-08-14 18:07:48 +0800
commita34d515d181f095c477ab35ccae00412219fad42 (patch)
tree35b841481aa870f396b5a66e012665b59de38371
parent5b27339b0d7da97743256e871757d54bf5159bca (diff)
downloadgitpython-a34d515d181f095c477ab35ccae00412219fad42.tar.gz
Bump version2.1.14
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst5
2 files changed, 6 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index ea4bd0fb..1b5105df 100644
--- a/VERSION
+++ b/VERSION
@@ -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
======================================