summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-06 07:41:05 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-06 07:41:05 -0800
commitb9b4d02978b6b66e19986fe894aedf9ad26f54a5 (patch)
treed10ec10009c04d957a31b6b26a50b45af673fca8
parentc790c60a214bbcf1da203aee96c60aa0bc4411d1 (diff)
downloadtox-git-b9b4d02978b6b66e19986fe894aedf9ad26f54a5.tar.gz
release 4.2.54.2.5
-rw-r--r--docs/changelog.rst13
-rw-r--r--docs/changelog/2811.bugfix.rst2
-rw-r--r--docs/changelog/2826.bugfix.rst2
-rw-r--r--docs/changelog/2827.bugfix.rst2
4 files changed, 13 insertions, 6 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8bf0ece6..72aa991f 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 24f53569..00000000
--- 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 1d0ec7d4..00000000
--- 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 1fa28363..00000000
--- 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`.