Skip to content

Commit 19a03bd

Browse files
committed
Bump to 1.2.0a0
1 parent 8886c60 commit 19a03bd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17-
1.1.3a2 (2020-12-23)
17+
18+
1.2.0a0 (2021-10-16)
1819
====================
1920

21+
Features
22+
--------
23+
24+
- Added support for Python 3.10.
25+
`#328 <https://github.com/aio-libs/aiosignal/issues/328>`_
26+
27+
2028
Bugfixes
2129
--------
2230

CHANGES/328.feature.rst

-1
This file was deleted.

aiosignal/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from frozenlist import FrozenList
22

3-
__version__ = "1.1.3a2"
3+
__version__ = "1.2.0a0"
44

55
__all__ = ("Signal",)
66

0 commit comments

Comments
 (0)