Skip to content

Commit 80e8a09

Browse files
committed
release 3.13.0
1 parent 0b76b11 commit 80e8a09

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

docs/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.13.0 (2019-06-24)
15+
--------------------
16+
17+
Bugfixes
18+
^^^^^^^^
19+
20+
- tox used Windows shell rules on non-Windows platforms when transforming
21+
positional arguments to a string - by :user:`barneygale`.
22+
`#1336 <https://github.com/tox-dev/tox/issues/1336>`_
23+
24+
25+
Features
26+
^^^^^^^^
27+
28+
- Replace ``pkg_resources`` with ``importlib_metadata`` for speed - by :user:`asottile`.
29+
`#1324 <https://github.com/tox-dev/tox/issues/1324>`_
30+
- Add the ``--devenv ENVDIR`` option for creating development environments from ``[testenv]`` configurations - by :user:`asottile`.
31+
`#1326 <https://github.com/tox-dev/tox/issues/1326>`_
32+
- Refuse to delete ``envdir`` if it doesn't look like a virtualenv - by :user:`asottile`.
33+
`#1340 <https://github.com/tox-dev/tox/issues/1340>`_
34+
35+
1436
v3.12.1 (2019-05-23)
1537
--------------------
1638

docs/changelog/1324.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/1326.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/1336.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/1340.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)