1.0.0
-
Fixes
align_to_week
andalign_to_month
not behaving consistently withalign_to_day
during DST transitions -
Fixes DST related issues in
get_date_range
,dtrange
andweekrange
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