diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-12 17:17:50 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-12 17:17:50 +0800 |
commit | fe65adc904f3e3ebf74e983e91b4346d5bacc468 (patch) | |
tree | 55b596d005986c3a09a782537f4459d58ae027df | |
parent | 0238e6cce512a0960d280e7ec932ff1aaab9d0f1 (diff) | |
download | gitpython-fe65adc904f3e3ebf74e983e91b4346d5bacc468.tar.gz |
bump patch level3.1.4
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/source/changes.rst | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -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 ===== |