Skip to content

Commit 74015c6

Browse files
authored
Release 1.3.2 (#648)
1 parent 76a4814 commit 74015c6

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGES.rst

+21
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.3.2 (2024-12-13)
18+
==================
19+
20+
Deprecations and Removals
21+
-------------------------
22+
23+
- Dropped Python 3.7 support.
24+
`#413 <https://github.com/aio-libs/aiosignal/issues/413>`_
25+
26+
- Dropped Python 3.8 support.
27+
`#645 <https://github.com/aio-libs/aiosignal/issues/645>`_
28+
29+
30+
Misc
31+
----
32+
33+
- `#362 <https://github.com/aio-libs/aiosignal/issues/362>`_
34+
35+
36+
----
37+
1738
1.3.1 (2022-11-08)
1839
==================
1940

CHANGES/362.misc

-1
This file was deleted.

CHANGES/413.removal

-1
This file was deleted.

aiosignal/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from frozenlist import FrozenList
22

3-
__version__ = "1.3.1"
3+
__version__ = "1.3.2"
44

55
__all__ = ("Signal",)
66

0 commit comments

Comments
 (0)