From 0447036240f4fe48605124635553c5bbf0469651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 22 Oct 2024 07:26:30 -0700 Subject: [PATCH] release 4.23.2 --- docs/changelog.rst | 7 +++++++ docs/changelog/3415.misc.rst | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 docs/changelog/3415.misc.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index c2026e3b7..2bf734e84 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Release History .. towncrier release notes start +v4.23.2 (2024-10-22) +-------------------- + +Misc - 4.23.2 +~~~~~~~~~~~~~ +- :issue:`3415` + v4.23.1 (2024-10-21) -------------------- diff --git a/docs/changelog/3415.misc.rst b/docs/changelog/3415.misc.rst deleted file mode 100644 index e640d66eb..000000000 --- a/docs/changelog/3415.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Provide ``test`` extra to support plugin authors using ``tox.pytest``.