summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-18 17:39:16 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-18 17:39:16 +0100
commit292b24a47d8e417a81bc105eec0dcd89dda1f716 (patch)
tree069081be6396236e63a3c7f36547ae6472bdac2e /README.rst
parentc7f06717462f20ee7829f42f1ea41a8becac3edc (diff)
downloadpyiso8601-292b24a47d8e417a81bc105eec0dcd89dda1f716.tar.gz
Handle negative timezone offsets correctly0.1.6
I had dropped the negative minutes in a braino and had incorrectly updated tests to match. I've added a isoformat field to the tests, so I can correctly assert they formatted date looks right. Thanks to Jonathan Lange for reporting this and a patch. Fixes #8
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 02ce06a..e3ab871 100644
--- a/README.rst
+++ b/README.rst
@@ -102,6 +102,11 @@ Python 2.5 is not supported (too old for the tests for the most part). It could
Changes
=======
+0.1.6
+-----
+
+* Correct negative timezone offsets (https://bitbucket.org/micktwomey/pyiso8601/issue/8/015-parses-negative-timezones-incorrectly) (thanks to Jonathan Lange)
+
0.1.5
-----