From b9b4d02978b6b66e19986fe894aedf9ad26f54a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 6 Jan 2023 07:41:05 -0800 Subject: [PATCH] release 4.2.5 --- docs/changelog.rst | 13 +++++++++++++ docs/changelog/2811.bugfix.rst | 2 -- docs/changelog/2826.bugfix.rst | 2 -- docs/changelog/2827.bugfix.rst | 2 -- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 docs/changelog/2811.bugfix.rst delete mode 100644 docs/changelog/2826.bugfix.rst delete mode 100644 docs/changelog/2827.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 8bf0ece62..72aa991fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Release History .. towncrier release notes start +v4.2.5 (2023-01-06) +------------------- + +Bugfixes - 4.2.5 +~~~~~~~~~~~~~~~~ +- The combination of ``usedevelop = true`` and ``--skip-missing-interpreters=false`` will no longer fail for environments + that were *not* invoked - by :user:`stephenfin`. (:issue:`2811`) +- Fix an attribute error when ``use_develop = true`` is set and an unsupported interpreter version is requested - by + :user:`stephenfin`. (:issue:`2826`) +- tox returns a non-zero error code if all envs are skipped. It will now correctly do this if only a single env was + requested and this was skipped - by :user:`stephenfin`. (:issue:`2827`) + + v4.2.4 (2023-01-05) ------------------- diff --git a/docs/changelog/2811.bugfix.rst b/docs/changelog/2811.bugfix.rst deleted file mode 100644 index 24f535696..000000000 --- a/docs/changelog/2811.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -The combination of ``usedevelop = true`` and ``--skip-missing-interpreters=false`` will no longer fail for environments -that were *not* invoked - by :user:`stephenfin`. diff --git a/docs/changelog/2826.bugfix.rst b/docs/changelog/2826.bugfix.rst deleted file mode 100644 index 1d0ec7d4a..000000000 --- a/docs/changelog/2826.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix an attribute error when ``use_develop = true`` is set and an unsupported interpreter version is requested - by -:user:`stephenfin`. diff --git a/docs/changelog/2827.bugfix.rst b/docs/changelog/2827.bugfix.rst deleted file mode 100644 index 1fa283631..000000000 --- a/docs/changelog/2827.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -tox returns a non-zero error code if all envs are skipped. It will now correctly do this if only a single env was -requested and this was skipped - by :user:`stephenfin`.