From 80918013ac88335331cc5c9b09f2912dad41b63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sat, 31 Jul 2021 13:10:14 +0100 Subject: [PATCH] release 3.24.1 --- docs/changelog.rst | 15 +++++++++++++++ docs/changelog/2081.doc.rst | 1 - docs/changelog/2130.bugfix.rst | 1 - 3 files changed, 15 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/2081.doc.rst delete mode 100644 docs/changelog/2130.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 3da74ce68..ada3c9578 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,21 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.24.1 (2021-07-31) +Bugfixes +^^^^^^^^ + +- ``get_requires_for_build_sdist`` hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:`oczkoisse` + `#2130 `_ + + +Documentation +^^^^^^^^^^^^^ + +- The documentation of ``install_command`` now also mentions that you can provide arbitrary commands - by :user:`jugmac00` + `#2081 `_ + + v3.24.0 (2021-07-14) -------------------- diff --git a/docs/changelog/2081.doc.rst b/docs/changelog/2081.doc.rst deleted file mode 100644 index 1e0a11078..000000000 --- a/docs/changelog/2081.doc.rst +++ /dev/null @@ -1 +0,0 @@ -The documentation of ``install_command`` now also mentions that you can provide arbitrary commands - by :user:`jugmac00` diff --git a/docs/changelog/2130.bugfix.rst b/docs/changelog/2130.bugfix.rst deleted file mode 100644 index aac4524c4..000000000 --- a/docs/changelog/2130.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``get_requires_for_build_sdist`` hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by :user:`oczkoisse`