From 29c08dfd640ecc176df995c39a55a0509990bdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 23 Oct 2023 11:21:41 -0700 Subject: [PATCH] release 20.24.6 --- docs/changelog.rst | 12 ++++++++++++ docs/changelog/2649.bugfix.rst | 1 - docs/changelog/2656.bugfix.rst | 4 ---- 3 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 docs/changelog/2649.bugfix.rst delete mode 100644 docs/changelog/2656.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index bec6fa2a3..53468420d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,18 @@ Release History .. towncrier release notes start +v20.24.6 (2023-10-23) +--------------------- + +Bugfixes - 20.24.6 +~~~~~~~~~~~~~~~~~~ +- Use get_hookimpls method instead of the private attribute in tests. (:issue:`2649`) +- Upgrade embedded wheels: + + * setuptools to ``68.2.2`` from ``68.2.0`` + * pip to ``23.3.1`` from ``23.2.1`` (:issue:`2656`) + + v20.24.5 (2023-09-08) --------------------- diff --git a/docs/changelog/2649.bugfix.rst b/docs/changelog/2649.bugfix.rst deleted file mode 100644 index 32cbb383c..000000000 --- a/docs/changelog/2649.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Use get_hookimpls method instead of the private attribute in tests. diff --git a/docs/changelog/2656.bugfix.rst b/docs/changelog/2656.bugfix.rst deleted file mode 100644 index ba20382d4..000000000 --- a/docs/changelog/2656.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Upgrade embedded wheels: - -* setuptools to ``68.2.2`` from ``68.2.0`` -* pip to ``23.3.1`` from ``23.2.1``