We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a4814 commit 74015c6Copy full SHA for 74015c6
4 files changed
CHANGES.rst
@@ -14,6 +14,27 @@ Changelog
14
15
.. towncrier release notes start
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
38
1.3.1 (2022-11-08)
39
==================
40
CHANGES/362.misc
CHANGES/413.removal
aiosignal/__init__.py
@@ -1,6 +1,6 @@
1
from frozenlist import FrozenList
2
3
-__version__ = "1.3.1"
+__version__ = "1.3.2"
4
5
__all__ = ("Signal",)
6
0 commit comments