summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-22 17:03:49 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-22 17:03:49 +0100
commitf23357ad24aef7a1cb5fc51f2057291425e74f51 (patch)
tree3d8af68ad44b02b5672527aa6f0cfd13a4877be4 /README.rst
parent38bffcc4ff7e19c78b5de54ff649ce777c5c547b (diff)
downloadpyiso8601-f23357ad24aef7a1cb5fc51f2057291425e74f51.tar.gz
Fix encoding of README.rst and update tests to catch encoding issues0.1.8
Fixes #10 Thanks to klmitch
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f6d52f2..254be3c 100644
--- a/README.rst
+++ b/README.rst
@@ -40,9 +40,9 @@ Time Zones
- Nothing uses the default timezone given (UTC).
- Z (UTC)
-- ±hh:mm
-- ±hhmm
-- ±hh
+- +/-hh:mm
+- +/-hhmm
+- +/-hh
Where it Differs From ISO 8601
==============================
@@ -102,6 +102,11 @@ Python 2.5 is not supported (too old for the tests for the most part). It could
Changes
=======
+0.1.8
+-----
+
+* Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C. The setup.py egg_info command was failing in python 3.* on some setups (basically any where the system encoding wasn't UTF-8). (https://bitbucket.org/micktwomey/pyiso8601/issue/10/setuppy-broken-for-python-33) (thanks to klmitch)
+
0.1.7
-----