Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 13, 2020
1 parent 3f8a5bb commit d2ca51a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Changelog

.. towncrier release notes start
1.1.0 (2020-10-13)
==================

Features
--------

- Added support of Python 3.8 and 3.9


1.0.0 (2019-11-11)
==================

Expand All @@ -22,4 +31,3 @@ Deprecations and Removals

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

2 changes: 1 addition & 1 deletion aiosignal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from frozenlist import FrozenList

__version__ = '1.0.0'
__version__ = '1.1.0'

__all__ = ('Signal',)

Expand Down

0 comments on commit d2ca51a

Please sign in to comment.