From 07a1416c2fe15d85fc149b3caa35b057de0b3d6e Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Fri, 11 Nov 2022 16:35:02 +0100 Subject: [PATCH] Prepare release of v0.20.2. Signed-off-by: Michael Seifert --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34e8620b..aa48ad69 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -UNRELEASED +0.20.2 (22-11-11) ================= - Fixes an issue with async fixtures that are defined as methods on a test class not being rebound to the actual test instance. `#197 `_ - Replaced usage of deprecated ``@pytest.mark.tryfirst`` with ``@pytest.hookimpl(tryfirst=True)`` `#438 `_