Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Nov 8, 2022
1 parent 65ecf78 commit de8bf9d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ Changelog

.. towncrier release notes start
1.3.0 (2022-11-08)
==================

Features
--------

- Switched to declarative package setup.
`#267 <https://github.com/aio-libs/aiosignal/issues/267>`_
- Added support for Python 3.11.
`#360 <https://github.com/aio-libs/aiosignal/issues/360>`_


Deprecations and Removals
-------------------------

- Dropped Python 3.6 support.
`#267 <https://github.com/aio-libs/aiosignal/issues/267>`_


----


1.2.0 (2021-10-16)
==================
Expand Down
1 change: 0 additions & 1 deletion CHANGES/267.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/267.removal

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/360.feature

This file was deleted.

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.2.0"
__version__ = "1.3.0"

__all__ = ("Signal",)

Expand Down

0 comments on commit de8bf9d

Please sign in to comment.