summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2014-02-27 13:15:02 +0000
committerMichael Twomey <michael.twomey@fieldaware.com>2014-02-27 13:15:02 +0000
commitd57401e6c36a84923863116c90a7c2ba0d00ae70 (patch)
tree80383f8b9eaa1cf99a687b21c4cd0ef3cd6100f0 /README.rst
parent2186788c5b39f4a3f456319ead89254daed49584 (diff)
downloadpyiso8601-d57401e6c36a84923863116c90a7c2ba0d00ae70.tar.gz
Fix parsing of YYYY-MM and add YYYY
Fixes #14 (https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses) Bump version to 1.10
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b924342..e854dee 100644
--- a/README.rst
+++ b/README.rst
@@ -25,6 +25,7 @@ Dates
- YYYY-MM-DD
- YYYYMMDD
- YYYY-MM (defaults to 1 for the day)
+- YYYY (defaults to 1 for month and day)
Times
-----
@@ -102,6 +103,13 @@ Python 2.5 is not supported (too old for the tests for the most part). It could
Changes
=======
+0.1.10
+------
+
+* Fixes https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses (thanks to Kevin Gill for reporting)
+* Adds YYYY as a valid date (uses 1 for both month and day)
+* Woo, semantic versioning, .10 at last.
+
0.1.9
-----