Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@Schnouki Schnouki released this 06 Mar 15:08
· 27 commits to main since this release
b52c3ee

Added

  • Add type hints to all public functions.

Changed

  • Use zoneinfo (in the standard library since Python 3.9) instead of pytz.
  • Improved UTC offsets, to ensure they're always up-to-date (according to zoneinfo) and never include DST.

Removed

  • Drop support for Python 3.8.

Full Changelog: v2.1.0...v2.2.0