We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7142fcb commit 5be31b2Copy full SHA for 5be31b2
CHANGES.rst
@@ -14,6 +14,15 @@ Changelog
14
15
.. towncrier release notes start
16
17
+1.1.2 (2020-11-27)
18
+==================
19
+
20
+Features
21
+--------
22
23
+- Fix MANIFEST.in to include ``aiosignal/py.typed`` marker
24
25
26
1.1.1 (2020-11-27)
27
==================
28
MANIFEST.in
@@ -3,7 +3,7 @@ include CHANGES.rst
3
include README.rst
4
include CONTRIBUTORS.txt
5
include Makefile
6
-include aiosignal.py
+graft aiosignal
7
graft docs
8
graft tests
9
global-include *.pyi
aiosignal/__init__.py
@@ -1,6 +1,6 @@
1
from frozenlist import FrozenList
2
-__version__ = '1.1.1'
+__version__ = '1.1.2'
__all__ = ('Signal',)
0 commit comments