Skip to content

1.3.0

Compare
Choose a tag to compare
@sdispater sdispater released this 25 Sep 20:18
· 455 commits to master since this release
1.3.0
bfc7313

Added

  • Added support for the alternative formatter's tokens in from_format().
  • Added a timezones module attribute to expose available timezones.
  • Added the exact keyword to parse() which behaves exactly like strict.

Changed

  • Dropped support for Python 3.2 and 3.3.
  • The classic formatter in from_format() is now deprecated.

Fixed

  • Fixed th locale. (Thanks to idxn)