summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-02-13 12:03:28 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-02-13 12:03:28 +0000
commitde8b70805f012e7499f462e75f0b7253ed955300 (patch)
tree44a50310719afd2b081074b369cfb38cfb73da3b
parent853deb553eec5d05f7ead8d193011bcd61809e47 (diff)
downloadtox-git-de8b70805f012e7499f462e75f0b7253ed955300.tar.gz
release 3.14.43.14.4
-rw-r--r--docs/changelog.rst22
-rw-r--r--docs/changelog/1493.feature.rst1
-rw-r--r--docs/changelog/1498.feature.rst1
-rw-r--r--docs/changelog/1519.bugfix.rst2
-rw-r--r--docs/changelog/1521.bugfix.rst1
5 files changed, 22 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d064f2b2..7a980509 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,28 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.14.4 (2020-02-13)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Bump minimal six version needed to avoid using one incompatible with newer
+ virtualenv. - by :user:`ssbarnea`
+ `#1519 <https://github.com/tox-dev/tox/issues/1519>`_
+- Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`
+ `#1521 <https://github.com/tox-dev/tox/issues/1521>`_
+
+
+Features
+^^^^^^^^
+
+- Add ``interrupt_timeout`` and ``terminate_timeout`` that configure delay between SIGINT, SIGTERM and SIGKILL when tox is interrupted. - by :user:`sileht`
+ `#1493 <https://github.com/tox-dev/tox/issues/1493>`_
+- Add ``HTTP_PROXY``, ``HTTPS_PROXY`` and ``NO_PROXY`` to default passenv. - by :user:`pfmoore`
+ `#1498 <https://github.com/tox-dev/tox/issues/1498>`_
+
+
v3.14.3 (2019-12-27)
--------------------
diff --git a/docs/changelog/1493.feature.rst b/docs/changelog/1493.feature.rst
deleted file mode 100644
index 20f8fb30..00000000
--- a/docs/changelog/1493.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add ``interrupt_timeout`` and ``terminate_timeout`` that configure delay between SIGINT, SIGTERM and SIGKILL when tox is interrupted. - by :user:`sileht`
diff --git a/docs/changelog/1498.feature.rst b/docs/changelog/1498.feature.rst
deleted file mode 100644
index 4e5d8f1e..00000000
--- a/docs/changelog/1498.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add ``HTTP_PROXY``, ``HTTPS_PROXY`` and ``NO_PROXY`` to default passenv. - by :user:`pfmoore`
diff --git a/docs/changelog/1519.bugfix.rst b/docs/changelog/1519.bugfix.rst
deleted file mode 100644
index 5817382e..00000000
--- a/docs/changelog/1519.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Bump minimal six version needed to avoid using one incompatible with newer
-virtualenv. - by :user:`ssbarnea`
diff --git a/docs/changelog/1521.bugfix.rst b/docs/changelog/1521.bugfix.rst
deleted file mode 100644
index 43905e06..00000000
--- a/docs/changelog/1521.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`