Releases: Doist/python-timezones
Releases · Doist/python-timezones
v3.0.0
v2.2.0
Added
- Add type hints to all public functions.
Changed
- Use
zoneinfo
(in the standard library since Python 3.9) instead ofpytz
. - 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
v2.1.0
Added
- Introduce this changelog 🎉
Changed
- Rename Europe/Kiev to Europe/Kyiv.
- Switch to Poetry for packaging.
- Dependencies:
future
is no longer required, andgeoip2
is now optional. - Improve CI and dev tooling.
Removed
- Python 2 is no longer supported.
Full Changelog: v2.0.9...v2.1.0
v2.0.9
v2.0.8
v2.0.7
Python 3 support
Declare Python 3 support
Minor fix
Fixing wrong timezone and getting tests pass
Asia
Made some fixes on Asian timezones
US Central
Added US Central timezone