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 --- doc/source/changes.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/source/changes.rst') 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 -- cgit v1.2.1