14
0

- Update to version 0.1.10

+ Fixes https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses
  + Adds YYYY as a valid date (uses 1 for both month and day)
  + Woo, semantic versioning, .10 at last.
- Changes from version 0.1.9:
  + Lots of fixes tightening up parsing from jdanjou.
  + Release addresses https://bitbucket.org/micktwomey/pyiso8601/issue/13/new-release-based-on-critical-bug-fix
- Run tests again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2014-03-12 15:21:45 +00:00
committed by Git OBS Bridge
parent b8875ff51b
commit 926ecc012f
4 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 12 15:16:08 UTC 2014 - speilicke@suse.com
- Update to version 0.1.10
+ Fixes https://bitbucket.org/micktwomey/pyiso8601/issue/14/regression-yyyy-mm-no-longer-parses
+ Adds YYYY as a valid date (uses 1 for both month and day)
+ Woo, semantic versioning, .10 at last.
- Changes from version 0.1.9:
+ Lots of fixes tightening up parsing from jdanjou.
+ Release addresses https://bitbucket.org/micktwomey/pyiso8601/issue/13/new-release-based-on-critical-bug-fix
- Run tests again
-------------------------------------------------------------------
Thu Feb 13 08:15:24 UTC 2014 - rschweikert@suse.com