Skip to content

1.0.0

Compare
Choose a tag to compare
@Daverball Daverball released this 09 Aug 11:16
· 12 commits to master since this release
dc90f77
  • Fixes align_to_week and align_to_month not behaving consistently with align_to_day during DST transitions

  • Fixes DST related issues in get_date_range, dtrange and weekrange

    With this change these functions now accept additional arguments
    that determine what happens with ambiguous, non-existent times
    during daylight savings transitions.

  • Adds type annotations

  • Removes support for Python 2.7 and 3.6 and below