Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.2 KB

CHANGELOG.rst

File metadata and controls

32 lines (24 loc) · 1.2 KB

Version 0.2.1 (2020-06-18)

  • Fixed an issue where the C implementation of ZoneInfo.__init_subclass__ was not a classmethod, causing errors when attempting to subclass ZoneInfo (:gh:`82`, :gh-pr:`83`).

Version 0.2.0 (2020-05-29)

  • Added support for PyPy 3.6 (:gh-pr:`74`); when installed on PyPy, the library will not use the C extension, since benchmarks indicate that the pure Python implementation is faster.

Version 0.1.0 (2020-05-26)

This is the first public release of backports.zoneinfo. It contains all the features from the zoneinfo release in Python 3.9.0b1, with the following changes: