We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8886c60 commit 19a03bdCopy full SHA for 19a03bd
CHANGES.rst
@@ -14,9 +14,17 @@ Changelog
14
15
.. towncrier release notes start
16
17
-1.1.3a2 (2020-12-23)
+
18
+1.2.0a0 (2021-10-16)
19
====================
20
21
+Features
22
+--------
23
24
+- Added support for Python 3.10.
25
+ `#328 <https://github.com/aio-libs/aiosignal/issues/328>`_
26
27
28
Bugfixes
29
--------
30
CHANGES/328.feature.rst
aiosignal/__init__.py
@@ -1,6 +1,6 @@
1
from frozenlist import FrozenList
2
3
-__version__ = "1.1.3a2"
+__version__ = "1.2.0a0"
4
5
__all__ = ("Signal",)
6
0 commit comments