summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2019-12-02 19:29:18 +0000
committerGitHub <noreply@github.com>2019-12-02 19:29:18 +0000
commit1ebec26bed5a89ca7f04c45bbf1c207023e121c3 (patch)
treebcdf526a9ced7b41d7eb8277b490690c5e35042e
parent47e2843253512a5583fca63a85e398daf184607c (diff)
downloadtox-git-1ebec26bed5a89ca7f04c45bbf1c207023e121c3.tar.gz
release 3.14.2 (#1475)
-rw-r--r--docs/changelog.rst23
-rw-r--r--docs/changelog/1428.bugfix.rst1
-rw-r--r--docs/changelog/1462.misc.rst1
-rw-r--r--docs/changelog/1471.bugfix.rst1
-rw-r--r--docs/changelog/1472.misc.rst1
-rw-r--r--docs/changelog/1474.misc.rst1
6 files changed, 23 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8f2b14ae..ed99f791 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,29 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.14.2 (2019-12-02)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Fix fallback to global configuration when running in Jenkins. - by :user:`daneah`
+ `#1428 <https://github.com/tox-dev/tox/issues/1428>`_
+- Fix colouring on windows: colorama is a dep. - by :user:`1138-4EB`
+ `#1471 <https://github.com/tox-dev/tox/issues/1471>`_
+
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- improve performance with internal lookup of Python version information - by :user:`blueyed`
+ `#1462 <https://github.com/tox-dev/tox/issues/1462>`_
+- Use latest version of importlib_metadata package - by :user:`kammala`
+ `#1472 <https://github.com/tox-dev/tox/issues/1472>`_
+- Mark poetry related tests as xfail since its dependency pyrsistent won't install in ci due to missing wheels/build deps. - by :user:`RonnyPfannschmidt`
+ `#1474 <https://github.com/tox-dev/tox/issues/1474>`_
+
+
v3.14.1 (2019-11-13)
--------------------
diff --git a/docs/changelog/1428.bugfix.rst b/docs/changelog/1428.bugfix.rst
deleted file mode 100644
index 8946cb18..00000000
--- a/docs/changelog/1428.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix fallback to global configuration when running in Jenkins. - by :user:`daneah`
diff --git a/docs/changelog/1462.misc.rst b/docs/changelog/1462.misc.rst
deleted file mode 100644
index 3cfed71b..00000000
--- a/docs/changelog/1462.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-improve performance with internal lookup of Python version information - by :user:`blueyed`
diff --git a/docs/changelog/1471.bugfix.rst b/docs/changelog/1471.bugfix.rst
deleted file mode 100644
index 8946349e..00000000
--- a/docs/changelog/1471.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix colouring on windows: colorama is a dep. - by :user:`1138-4EB`
diff --git a/docs/changelog/1472.misc.rst b/docs/changelog/1472.misc.rst
deleted file mode 100644
index 906eb063..00000000
--- a/docs/changelog/1472.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Use latest version of importlib_metadata package - by :user:`kammala`
diff --git a/docs/changelog/1474.misc.rst b/docs/changelog/1474.misc.rst
deleted file mode 100644
index cd696c8f..00000000
--- a/docs/changelog/1474.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Mark poetry related tests as xfail since its dependency pyrsistent won't install in ci due to missing wheels/build deps. - by :user:`RonnyPfannschmidt`