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 8bef7ab commit 2b021e9Copy full SHA for 2b021e9
CHANGES.rst
@@ -13,3 +13,13 @@ Changelog
13
WARNING: Don't drop the next directive!
14
15
.. towncrier release notes start
16
+
17
+1.0.0 (2019-11-11)
18
+==================
19
20
+Deprecations and Removals
21
+-------------------------
22
23
+- Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward.
24
+ `#23 <https://github.com/aio-libs/aiosignal/issues/23>`_
25
CHANGES/23.removal
aiosignal/__init__.py
@@ -1,6 +1,6 @@
1
from frozenlist import FrozenList
2
3
-__version__ = '1.0.0a0'
+__version__ = '1.0.0'
4
5
__all__ = ('Signal',)
6
0 commit comments