We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8a5bb commit d2ca51aCopy full SHA for d2ca51a
CHANGES.rst
@@ -14,6 +14,15 @@ Changelog
14
15
.. towncrier release notes start
16
17
+1.1.0 (2020-10-13)
18
+==================
19
+
20
+Features
21
+--------
22
23
+- Added support of Python 3.8 and 3.9
24
25
26
1.0.0 (2019-11-11)
27
==================
28
@@ -22,4 +31,3 @@ Deprecations and Removals
31
32
- Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward.
33
`#23 <https://github.com/aio-libs/aiosignal/issues/23>`_
-
aiosignal/__init__.py
@@ -1,6 +1,6 @@
1
from frozenlist import FrozenList
2
3
-__version__ = '1.0.0'
+__version__ = '1.1.0'
4
5
__all__ = ('Signal',)
6
0 commit comments