Skip to content

1.4.1

Compare
Choose a tag to compare
@sdispater sdispater released this 05 Feb 19:42
· 412 commits to master since this release
1.4.1
e0f4030

Fixed

  • Fixed an error when comparing a Period to a timedelta in PyPy.
  • Fixed an offset error for datetimes between the before last and last transition.
  • Fixed unpickling with undefined / empty timezone name. (Thanks to Delgan)