From e79a3f8f6bc6594002a0747dd4595bc6b88a2b27 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 24 Mar 2018 13:50:34 +0100 Subject: Bump version to 2.1.9 --- VERSION | 2 +- doc/source/changes.rst | 14 ++++++++++++-- git/ext/gitdb | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ebf14b46..63a1a1ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.8 +2.1.9 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 129c96ca..5f24c83e 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,11 +2,21 @@ Changelog ========= +2.1.9 - Dropping support for Python 2.6 +======================================= + +see the following for (most) details: +https://github.com/gitpython-developers/gitpython/milestone/24?closed=1 + +or run have a look at the difference between tags v2.1.8 and v2.1.9: +https://github.com/gitpython-developers/GitPython/compare/2.1.8...2.1.9 + + 2.1.8 - bugfixes ==================================== -See the following for (most) details: -https://github.com/gitpython-developers/GitPython/milestone/23?closed=1 +see the following for (most) details: +https://github.com/gitpython-developers/gitpython/milestone/23?closed=1 or run have a look at the difference between tags v2.1.7 and v2.1.8: https://github.com/gitpython-developers/GitPython/compare/2.1.7...2.1.8 diff --git a/git/ext/gitdb b/git/ext/gitdb index 90c4f254..3e718330 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 90c4f25493b918ff9dc4ee52ae8216a554bb3446 +Subproject commit 3e71833044718f60be36ac47494668469a2a235a -- cgit v1.2.1