Skip to content

Commit de8bf9d

Browse files
committed
Bump to 1.3.0
1 parent 65ecf78 commit de8bf9d

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.3.0 (2022-11-08)
18+
==================
19+
20+
Features
21+
--------
22+
23+
- Switched to declarative package setup.
24+
`#267 <https://github.com/aio-libs/aiosignal/issues/267>`_
25+
- Added support for Python 3.11.
26+
`#360 <https://github.com/aio-libs/aiosignal/issues/360>`_
27+
28+
29+
Deprecations and Removals
30+
-------------------------
31+
32+
- Dropped Python 3.6 support.
33+
`#267 <https://github.com/aio-libs/aiosignal/issues/267>`_
34+
35+
36+
----
37+
1738

1839
1.2.0 (2021-10-16)
1940
==================

CHANGES/267.feature

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

CHANGES/267.removal

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

CHANGES/360.feature

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

55
__all__ = ("Signal",)
66

0 commit comments

Comments
 (0)