Skip to content

Commit d2ca51a

Browse files
committed
Bump to 1.1.0
1 parent 3f8a5bb commit d2ca51a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Changelog
1414

1515
.. towncrier release notes start
1616
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+
1726
1.0.0 (2019-11-11)
1827
==================
1928

@@ -22,4 +31,3 @@ Deprecations and Removals
2231

2332
- Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward.
2433
`#23 <https://github.com/aio-libs/aiosignal/issues/23>`_
25-

aiosignal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from frozenlist import FrozenList
22

3-
__version__ = '1.0.0'
3+
__version__ = '1.1.0'
44

55
__all__ = ('Signal',)
66

0 commit comments

Comments
 (0)