Releases: seantis/sedate
Releases · seantis/sedate
1.1.1
Release 1.1.0
- Adds support for Python 3.11 and 3.12
- Drops support for Python 3.7
1.0.3
1.0.2
1.0.1
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