Releases: micktwomey/pyiso8601
Releases · micktwomey/pyiso8601
0.1.14: Type Hinted Edition
- Add GitHub build actions for project
- Add project URLs in setup.py (thanks to Steve Piercy)
- Update README links (thanks to Steve Piercy)
- Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
- Fix README links (thanks to Chris Barker)
- Add Python 3.9 to test matrix (thanks to Luciano Mammino)
- Add type hints (thanks to Brett Cannon)
- Derive
ParseError
fromValueError
(thanks to Lex Robinson)
0.1.13: The move to GitHub release
- Move to GitHub (https://github.com/micktwomey/pyiso8601). Thanks go to Martin Häcker for pointing out the bitbucket project had been deleted by Atlassian!
- Remove python 2.6, 3.2, 3.3 and 3.4 from tests
- Add python 3.7 and 3.8 to tests