Skip to content

Commit 2b021e9

Browse files
committed
Release v1.0.0
1 parent 8bef7ab commit 2b021e9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ Changelog
1313
WARNING: Don't drop the next directive!
1414

1515
.. 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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.0a0'
3+
__version__ = '1.0.0'
44

55
__all__ = ('Signal',)
66

0 commit comments

Comments
 (0)