From 0799354d44a1585b89240d424309faff8f25a7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 8 Sep 2023 15:44:38 -0700 Subject: [PATCH] release 4.11.3 --- docs/changelog.rst | 12 ++++++++++++ docs/changelog/3105.bugfix.rst | 1 - docs/changelog/3116.doc.rst | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/3105.bugfix.rst delete mode 100644 docs/changelog/3116.doc.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 112b64284..5b6e2dd68 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release History .. towncrier release notes start +v4.11.3 (2023-09-08) +-------------------- + +Bugfixes - 4.11.3 +~~~~~~~~~~~~~~~~~ +- Handle ``FileNotFoundError`` when the ``base_python`` interpreter doesn't exist (:issue:`3105`) + +Improved Documentation - 4.11.3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Explain how plugins are registered and discovered - by :user:`hashar`. (:issue:`3116`) + + v4.11.2 (2023-09-07) -------------------- diff --git a/docs/changelog/3105.bugfix.rst b/docs/changelog/3105.bugfix.rst deleted file mode 100644 index dd87507cd..000000000 --- a/docs/changelog/3105.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Handle ``FileNotFoundError`` when the ``base_python`` interpreter doesn't exist diff --git a/docs/changelog/3116.doc.rst b/docs/changelog/3116.doc.rst deleted file mode 100644 index c98f0845e..000000000 --- a/docs/changelog/3116.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Explain how plugins are registered and discovered - by :user:`hashar`.