From ae08b4dd3fd39232cfe57eb861f896ba59e85cae Mon Sep 17 00:00:00 2001 From: Mathieu Payrol Date: Mon, 11 Jul 2022 16:16:38 +0000 Subject: [PATCH] Release 0.7.2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index faed788..c457934 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ This python package follows Semantic Versioning 2.0.0 ***Reminder**: Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.* +### 0.7.2 - 2022-07-11 + +Avoid recursive attempts of closing connections + ### 0.7.1 - 2022-07-03 Correctly re-raise unexpected exception