summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-06-24 18:31:25 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2019-06-24 18:31:25 +0100
commit80e8a096af617b4658a68fb9eb37064092898497 (patch)
tree997eabb8765a3f9f8a781ab6bc779548215429e2
parent0b76b110c38dfd17aae8c787f9109ff2a6a60127 (diff)
downloadtox-git-80e8a096af617b4658a68fb9eb37064092898497.tar.gz
release 3.13.03.13.0
-rw-r--r--docs/changelog.rst22
-rw-r--r--docs/changelog/1324.feature.rst1
-rw-r--r--docs/changelog/1326.feature.rst1
-rw-r--r--docs/changelog/1336.bugfix.rst2
-rw-r--r--docs/changelog/1340.feature.rst1
5 files changed, 22 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 7c17891d..9ebd342d 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.13.0 (2019-06-24)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- tox used Windows shell rules on non-Windows platforms when transforming
+ positional arguments to a string - by :user:`barneygale`.
+ `#1336 <https://github.com/tox-dev/tox/issues/1336>`_
+
+
+Features
+^^^^^^^^
+
+- Replace ``pkg_resources`` with ``importlib_metadata`` for speed - by :user:`asottile`.
+ `#1324 <https://github.com/tox-dev/tox/issues/1324>`_
+- Add the ``--devenv ENVDIR`` option for creating development environments from ``[testenv]`` configurations - by :user:`asottile`.
+ `#1326 <https://github.com/tox-dev/tox/issues/1326>`_
+- Refuse to delete ``envdir`` if it doesn't look like a virtualenv - by :user:`asottile`.
+ `#1340 <https://github.com/tox-dev/tox/issues/1340>`_
+
+
v3.12.1 (2019-05-23)
--------------------
diff --git a/docs/changelog/1324.feature.rst b/docs/changelog/1324.feature.rst
deleted file mode 100644
index 38551c06..00000000
--- a/docs/changelog/1324.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Replace ``pkg_resources`` with ``importlib_metadata`` for speed - by :user:`asottile`.
diff --git a/docs/changelog/1326.feature.rst b/docs/changelog/1326.feature.rst
deleted file mode 100644
index 19a5e305..00000000
--- a/docs/changelog/1326.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add the ``--devenv ENVDIR`` option for creating development environments from ``[testenv]`` configurations - by :user:`asottile`.
diff --git a/docs/changelog/1336.bugfix.rst b/docs/changelog/1336.bugfix.rst
deleted file mode 100644
index 17f9dd55..00000000
--- a/docs/changelog/1336.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-tox used Windows shell rules on non-Windows platforms when transforming
-positional arguments to a string - by :user:`barneygale`.
diff --git a/docs/changelog/1340.feature.rst b/docs/changelog/1340.feature.rst
deleted file mode 100644
index 3c37d416..00000000
--- a/docs/changelog/1340.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Refuse to delete ``envdir`` if it doesn't look like a virtualenv - by :user:`asottile`.