Skip to content

Commit 4071792

Browse files
committed
Bump to 1.1.1
1 parent d9f3830 commit 4071792

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.1.1 (2020-11-27)
18+
==================
19+
20+
Features
21+
--------
22+
23+
- Support type hints
24+
1725
1.1.0 (2020-10-13)
1826
==================
1927

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.1.0'
3+
__version__ = '1.1.1'
44

55
__all__ = ('Signal',)
66

0 commit comments

Comments
 (0)