summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2019-11-13 17:17:50 +0000
committerGitHub <noreply@github.com>2019-11-13 17:17:50 +0000
commit65b6aa2e92198c2bb968e9f2c9cc3c99169b5809 (patch)
treecc61e9cb9ef64840f63e2bbd867cc2d421ac5b21
parentc85365e4e561663bd05ea1af03d1aa5b265c92d5 (diff)
parent279bcbef30287177452f798df0a409fa68d8230e (diff)
downloadtox-git-65b6aa2e92198c2bb968e9f2c9cc3c99169b5809.tar.gz
release 3.14.1 (#1460)
release 3.14.1
-rw-r--r--docs/changelog.rst30
-rw-r--r--docs/changelog/1401.bugfix.rst1
-rw-r--r--docs/changelog/1429.bugfix.rst2
-rw-r--r--docs/changelog/1437.bugfix.rst1
-rw-r--r--docs/changelog/1444.bugfix.rst5
-rw-r--r--docs/changelog/1452.bugfix.rst1
-rw-r--r--docs/changelog/1456.deprecation.rst1
7 files changed, 30 insertions, 11 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index ec5f622c..8f2b14ae 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,36 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.14.1 (2019-11-13)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- fix reporting of exiting due to (real) signals - by :user:`blueyed`
+ `#1401 <https://github.com/tox-dev/tox/issues/1401>`_
+- Bump minimal virtualenv to 16.0.0 to improve own transitive
+ deps handling in some ancient envs. — by :user:`webknjaz`
+ `#1429 <https://github.com/tox-dev/tox/issues/1429>`_
+- Adds ``CURL_CA_BUNDLE``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE`` to the default passenv values. - by :user:`ssbarnea`
+ `#1437 <https://github.com/tox-dev/tox/issues/1437>`_
+- Fix nested tox execution in the parallel mode by separating the environment
+ variable that let's tox know it is invoked in the parallel mode
+ (``_TOX_PARALLEL_ENV``) from the variable that informs the tests that tox is
+ running in parallel mode (``TOX_PARALLEL_ENV``).
+ — by :user:`hroncok`
+ `#1444 <https://github.com/tox-dev/tox/issues/1444>`_
+- Fix provisioning from a pyvenv interpreter. — by :user:`kentzo`
+ `#1452 <https://github.com/tox-dev/tox/issues/1452>`_
+
+
+Deprecations (removal in next major release)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Python ``3.4`` is no longer supported. — by :user:`gaborbernat`
+ `#1456 <https://github.com/tox-dev/tox/issues/1456>`_
+
+
v3.14.0 (2019-09-03)
--------------------
diff --git a/docs/changelog/1401.bugfix.rst b/docs/changelog/1401.bugfix.rst
deleted file mode 100644
index b3613acb..00000000
--- a/docs/changelog/1401.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-fix reporting of exiting due to (real) signals - by :user:`blueyed`
diff --git a/docs/changelog/1429.bugfix.rst b/docs/changelog/1429.bugfix.rst
deleted file mode 100644
index cbc5c435..00000000
--- a/docs/changelog/1429.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Bump minimal virtualenv to 16.0.0 to improve own transitive
-deps handling in some ancient envs. — by :user:`webknjaz`
diff --git a/docs/changelog/1437.bugfix.rst b/docs/changelog/1437.bugfix.rst
deleted file mode 100644
index 0c12646e..00000000
--- a/docs/changelog/1437.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Adds ``CURL_CA_BUNDLE``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE`` to the default passenv values. - by :user:`ssbarnea`
diff --git a/docs/changelog/1444.bugfix.rst b/docs/changelog/1444.bugfix.rst
deleted file mode 100644
index 0c9d9cf9..00000000
--- a/docs/changelog/1444.bugfix.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Fix nested tox execution in the parallel mode by separating the environment
-variable that let's tox know it is invoked in the parallel mode
-(``_TOX_PARALLEL_ENV``) from the variable that informs the tests that tox is
-running in parallel mode (``TOX_PARALLEL_ENV``).
-— by :user:`hroncok`
diff --git a/docs/changelog/1452.bugfix.rst b/docs/changelog/1452.bugfix.rst
deleted file mode 100644
index fc3a8c9b..00000000
--- a/docs/changelog/1452.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix provisioning from a pyvenv interpreter. — by :user:`kentzo`
diff --git a/docs/changelog/1456.deprecation.rst b/docs/changelog/1456.deprecation.rst
deleted file mode 100644
index 97438b67..00000000
--- a/docs/changelog/1456.deprecation.rst
+++ /dev/null
@@ -1 +0,0 @@
-Python ``3.4`` is no longer supported. — by :user:`gaborbernat`