From 80ce53a762088f31a54228714e45caee8ca4fa22 Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Tue, 22 Oct 2024 20:37:55 +0200 Subject: [PATCH] chore: incorporate Falcon 4.0.1 release notes --- docs/_newsfragments/2384.bugfix.rst | 4 ---- docs/changes/4.0.1.rst | 17 +++++++++++++++++ docs/changes/index.rst | 1 + 3 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 docs/_newsfragments/2384.bugfix.rst create mode 100644 docs/changes/4.0.1.rst diff --git a/docs/_newsfragments/2384.bugfix.rst b/docs/_newsfragments/2384.bugfix.rst deleted file mode 100644 index 7f724e80c..000000000 --- a/docs/_newsfragments/2384.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Installing Falcon 4.0.0 unexpectly copies many unintended directories from the -source tree to the venv's ``site-packages``. This issue has been rectified, and -our CI has been extended with new tests (that verify what is actually installed -from the distribution) to make sure this regression does not resurface. diff --git a/docs/changes/4.0.1.rst b/docs/changes/4.0.1.rst new file mode 100644 index 000000000..2541b0c53 --- /dev/null +++ b/docs/changes/4.0.1.rst @@ -0,0 +1,17 @@ +Changelog for Falcon 4.0.1 +========================== + +Summary +------- + +This is a minor point release addressing a Python distribution issue in +Falcon 4.0.0. + + +Fixed +----- + +- Installing Falcon 4.0.0 unexpectedly copies many unintended directories from the + source tree to the venv's ``site-packages``. This issue has been rectified, and + our CI has been extended with new tests (that verify what is actually installed + from the distribution) to make sure this regression does not resurface. (`#2384 `__) diff --git a/docs/changes/index.rst b/docs/changes/index.rst index aa1d0ace7..cec3621d2 100644 --- a/docs/changes/index.rst +++ b/docs/changes/index.rst @@ -4,6 +4,7 @@ Changelogs .. toctree:: 4.1.0 <4.1.0> + 4.0.1 <4.0.1> 4.0.0 <4.0.0> 3.1.3 <3.1.3> 3.1.2 <3.1.2>