Skip to content

Releases: micktwomey/pyiso8601

0.1.14: Type Hinted Edition

05 Feb 16:05
Compare
Choose a tag to compare
  • 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 from ValueError (thanks to Lex Robinson)

0.1.13: The move to GitHub release

11 Sep 17:09
Compare
Choose a tag to compare
  • 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