Commit 74015c6 1 parent 76a4814 commit 74015c6 Copy full SHA for 74015c6
File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,27 @@ Changelog
14
14
15
15
.. towncrier release notes start
16
16
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
+
17
38
1.3.1 (2022-11-08)
18
39
==================
19
40
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
from frozenlist import FrozenList
2
2
3
- __version__ = "1.3.1 "
3
+ __version__ = "1.3.2 "
4
4
5
5
__all__ = ("Signal" ,)
6
6
You can’t perform that action at this time.
0 commit comments