From fe65adc904f3e3ebf74e983e91b4346d5bacc468 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 12 Jul 2020 17:17:50 +0800 Subject: bump patch level --- VERSION | 2 +- doc/source/changes.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ff365e06..0aec50e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.3 +3.1.4 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index a55dd537..7ec6a4e5 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,15 @@ Changelog ========= +3.1.4 +===== + +* all exceptions now keep track of their cause +* package size was reduced significantly not placing tests into the package anymore. + +See the following for details: +https://github.com/gitpython-developers/gitpython/milestone/39?closed=1* + 3.1.3 ===== -- cgit v1.2.1