Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.25 KB

CHANGES.rst

File metadata and controls

71 lines (44 loc) · 1.25 KB

Changelog

1.2.0 (2021-10-16)

Features

  • Added support for Python 3.10. #328

Bugfixes

  • Mark aiosignal as Python3-only package #165

1.1.2 (2020-11-27)

Features

  • Fix MANIFEST.in to include aiosignal/py.typed marker

1.1.1 (2020-11-27)

Features

  • Support type hints

1.1.0 (2020-10-13)

Features

  • Added support of Python 3.8 and 3.9

1.0.0 (2019-11-11)

Deprecations and Removals

  • Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward. #23