14
0

- update to 1.1.0:

* raise ParseError if we get an exception on is_iso8601()
  * Add is_iso8601() function
  * Update license years

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=36
This commit is contained in:
2023-01-04 19:48:26 +00:00
committed by Git OBS Bridge
parent 7c8fd186ea
commit 9ce19362aa
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 4 19:47:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* raise ParseError if we get an exception on is_iso8601()
* Add is_iso8601() function
* Update license years
-------------------------------------------------------------------
Sun Dec 12 11:37:09 UTC 2021 - Ben Greiner <code@bnavigator.de>