From ae156e2abe6d07082681bffd3d3c39994c9e5f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 16 Feb 2024 16:48:54 -0800 Subject: [PATCH] release 4.13.0 --- docs/changelog.rst | 13 +++++++++++++ docs/changelog/3187.doc.rst | 1 - docs/changelog/3194.doc.rst | 1 - docs/changelog/3197.doc.rst | 1 - docs/changelog/3200.feature.rst | 1 - 5 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 docs/changelog/3187.doc.rst delete mode 100644 docs/changelog/3194.doc.rst delete mode 100644 docs/changelog/3197.doc.rst delete mode 100644 docs/changelog/3200.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 6e2679791..c013ef5ef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Release History .. towncrier release notes start +v4.13.0 (2024-02-16) +-------------------- + +Features - 4.13.0 +~~~~~~~~~~~~~~~~~ +- Extract virtual environment packaging code to its own base class not tied to ``virtualenv`` - by :user:`gaborbernat`. (:issue:`3200`) + +Improved Documentation - 4.13.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Documented usage of ``pytest`` with ``tox run-parallel`` - by :user:`faph`. (:issue:`3187`) +- Configuration: state in config directive sections their ini file sections - by :user:`0cjs`. (:issue:`3194`) +- Development: summarize important points experienced developers need to know - by :user:`0cjs`. (:issue:`3197`) + v4.12.1 (2024-01-16) -------------------- diff --git a/docs/changelog/3187.doc.rst b/docs/changelog/3187.doc.rst deleted file mode 100644 index cbbb6a086..000000000 --- a/docs/changelog/3187.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Documented usage of ``pytest`` with ``tox run-parallel`` - by :user:`faph`. diff --git a/docs/changelog/3194.doc.rst b/docs/changelog/3194.doc.rst deleted file mode 100644 index 7712bf5ea..000000000 --- a/docs/changelog/3194.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Configuration: state in config directive sections their ini file sections - by :user:`0cjs`. diff --git a/docs/changelog/3197.doc.rst b/docs/changelog/3197.doc.rst deleted file mode 100644 index 7697a37ed..000000000 --- a/docs/changelog/3197.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Development: summarize important points experienced developers need to know - by :user:`0cjs`. diff --git a/docs/changelog/3200.feature.rst b/docs/changelog/3200.feature.rst deleted file mode 100644 index dbd39da38..000000000 --- a/docs/changelog/3200.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Extract virtual environment packaging code to its own base class not tied to ``virtualenv`` - by :user:`gaborbernat`.