From c8975426fb9a9e0a431b4d93b53e70c3316e8e0e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 1 Jul 2021 10:16:44 -0600 Subject: [PATCH] Releasing 3.4.1 --- CHANGELOG.txt | 7 +++++++ asgiref/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d154f0fb..22728028 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +3.4.1 (2021-07-01) +------------------ + +* Fixed an issue with the deadlock detection where it had false positives + during exception handling. + + 3.4.0 (2021-06-27) ------------------ diff --git a/asgiref/__init__.py b/asgiref/__init__.py index 903a158a..a5cfdf59 100644 --- a/asgiref/__init__.py +++ b/asgiref/__init__.py @@ -1 +1 @@ -__version__ = "3.4.0" +__version__ = "3.4.1"