Skip to content

Releases: seantis/sedate

1.1.1

13 Aug 14:57
ca2a967
Compare
Choose a tag to compare
  • No changes. For testing new release workflow.

Release 1.1.0

11 Jun 07:08
829ae3b
Compare
Choose a tag to compare
  • Adds support for Python 3.11 and 3.12
  • Drops support for Python 3.7

1.0.3

30 Mar 09:07
8c256c4
Compare
Choose a tag to compare
  • Fixes up packaging of py.typed marker

1.0.2

10 Aug 06:08
cc3af56
Compare
Choose a tag to compare
  • Adds back removed weeknumber function

1.0.1

09 Aug 11:23
5ae4633
Compare
Choose a tag to compare
  • Fixes GPLv2 License classifier in setup.cfg

1.0.0

09 Aug 11:16
dc90f77
Compare
Choose a tag to compare
  • 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