Skip to content

Commit

Permalink
Relase version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Nov 1, 2023
1 parent 7f3f1a0 commit 2adbe03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Version 1.6.4
Version 1.7.0
-------------

Unreleased
Released 2023-11-01

- Fixed messages printed to standard error about unraisable exceptions during
signal cleanup, typically during interpreter shutdown. :pr:`123`
- Allow the Signal set_class to be customised, to allow calling of receivers
in registration order. :pr:`116`.
- Drop Python 3.7 and support Python 3.12. :pr:`126`

Version 1.6.3
-------------
Expand Down
2 changes: 1 addition & 1 deletion src/blinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"signal",
]

__version__ = "1.6.3"
__version__ = "1.7.0"

0 comments on commit 2adbe03

Please sign in to comment.