We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3f1a0 commit 2adbe03Copy full SHA for 2adbe03
CHANGES.rst
@@ -1,10 +1,13 @@
1
-Version 1.6.4
+Version 1.7.0
2
-------------
3
4
-Unreleased
+Released 2023-11-01
5
6
- Fixed messages printed to standard error about unraisable exceptions during
7
signal cleanup, typically during interpreter shutdown. :pr:`123`
8
+- Allow the Signal set_class to be customised, to allow calling of receivers
9
+ in registration order. :pr:`116`.
10
+- Drop Python 3.7 and support Python 3.12. :pr:`126`
11
12
Version 1.6.3
13
src/blinker/__init__.py
@@ -16,4 +16,4 @@
16
"signal",
17
]
18
19
-__version__ = "1.6.3"
+__version__ = "1.7.0"
0 commit comments