From 6450ddbe974f5359d56317ba8bdda8b2ab48655a Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Fri, 21 Oct 2022 10:50:36 +0200 Subject: [PATCH] Prepare release of v0.20.0. (#428) Signed-off-by: Michael Seifert --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0bb2c052..f0645f61 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -UNRELEASED +0.20.0 (22-10-21) ================= - BREAKING: Removed *legacy* mode. If you're upgrading from v0.19 and you haven't configured ``asyncio_mode = legacy``, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled *legacy* mode, you need to switch to *auto* or *strict* mode before upgrading to this version. - Deprecate use of pytest v6.