From c80d727e374321573bb00e23876a67c77ff466e3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 13:48:29 +0100 Subject: Bumped version, updated changelog, reduced code smell There is more work to do though, as many imports are still incorrect. Also, there are still print statements --- doc/source/changes.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 1c34e629..924743bd 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -5,6 +5,9 @@ Changelog 0.3.3 ===== * When fetching, pulling or pushing, and an error occours, it will not be reported on stdout anymore. However, if there is a fatal error, it will still result in a GitCommandError to be thrown. This goes hand in hand with improved fetch result parsing. +* Code Cleanup (in preparation for python 3 support) + * Applied autopep8 and cleaned up code + * Using python logging module instead of print statments to signal certain kinds of errors 0.3.2.1 ======= -- cgit v1.2.3