summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2019-03-29 15:39:40 +0000
committerGitHub <noreply@github.com>2019-03-29 15:39:40 +0000
commitde1afa2dda52f53005815b6700f9d4dfb8590589 (patch)
treefe625c1127324bbcf9fd71bdeca69f35821a2154
parent3f81152225110e6aa00f5592cc463f6b1351edaf (diff)
parent682d5f7ea6d449730e480553e757ef7e13f6f820 (diff)
downloadtox-git-de1afa2dda52f53005815b6700f9d4dfb8590589.tar.gz
Merge pull request #1233 from tox-dev/release-3.8.3
release 3.8.3
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/changelog/1227.bugfix.rst1
-rw-r--r--docs/changelog/1228.bugfix.rst1
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f4b68e8a..c2c7ce91 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,18 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.8.3 (2019-03-29)
+-------------------
+
+Bugfixes
+^^^^^^^^
+
+- don't crash when version information is not available for a proposed base python - by :user:`gaborbernat`
+ `#1227 <https://github.com/tox-dev/tox/issues/1227>`_
+- Do not print exception traceback when the provisioned tox fails - by :user:`gaborbernat`
+ `#1228 <https://github.com/tox-dev/tox/issues/1228>`_
+
+
v3.8.2 (2019-03-29)
-------------------
diff --git a/docs/changelog/1227.bugfix.rst b/docs/changelog/1227.bugfix.rst
deleted file mode 100644
index 7d7a5009..00000000
--- a/docs/changelog/1227.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-don't crash when version information is not available for a proposed base python - by :user:`gaborbernat`
diff --git a/docs/changelog/1228.bugfix.rst b/docs/changelog/1228.bugfix.rst
deleted file mode 100644
index cdd5e7c8..00000000
--- a/docs/changelog/1228.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Do not print exception traceback when the provisioned tox fails - by :user:`gaborbernat`