summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-12-25 20:02:04 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2022-12-25 20:02:04 -0800
commitd970c765a68b71bff56283eb6fa5aef17c5e97fc (patch)
tree6984670e3c0dcad0bb813a7151e5855c9ba5c054
parentbf87bea75f2becbbcb29346567e6bf249da2b063 (diff)
downloadtox-git-4.0.17.tar.gz
release 4.0.174.0.17
-rw-r--r--docs/changelog.rst13
-rw-r--r--docs/changelog/2653.bugfix.rst1
-rw-r--r--docs/changelog/2654.bugfix.rst1
-rw-r--r--docs/changelog/2697.feature.rst1
4 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 98aac239..95cbc5c2 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,19 @@ Release History
.. towncrier release notes start
+v4.0.17 (2022-12-25)
+--------------------
+
+Features - 4.0.17
+~~~~~~~~~~~~~~~~~
+- Suppress a report output when verbosity = 0. (:issue:`2697`)
+
+Bugfixes - 4.0.17
+~~~~~~~~~~~~~~~~~
+- Fix ``--sdistonly`` behaviour. (:issue:`2653`)
+- Override toxworkdir with --workdir. (:issue:`2654`)
+
+
v4.0.16 (2022-12-20)
--------------------
diff --git a/docs/changelog/2653.bugfix.rst b/docs/changelog/2653.bugfix.rst
deleted file mode 100644
index 5915339f..00000000
--- a/docs/changelog/2653.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``--sdistonly`` behaviour.
diff --git a/docs/changelog/2654.bugfix.rst b/docs/changelog/2654.bugfix.rst
deleted file mode 100644
index 2ec0e4d4..00000000
--- a/docs/changelog/2654.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Override toxworkdir with --workdir.
diff --git a/docs/changelog/2697.feature.rst b/docs/changelog/2697.feature.rst
deleted file mode 100644
index 7ed95ea8..00000000
--- a/docs/changelog/2697.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Suppress a report output when verbosity = 0.