Skip to content

Commit 0705f20

Browse files
authored
Merge pull request #2145 from pypa/release-20.5.0
2 parents f66d0a8 + ca0d409 commit 0705f20

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.5.0 (2021-07-13)
9+
--------------------
10+
11+
Features - 20.5.0
12+
~~~~~~~~~~~~~~~~~
13+
- Plugins now use 'selectable' entry points - by :user:`jaraco`. (`#2093 <https://github.com/pypa/virtualenv/issues/2093>`_)
14+
- add libffi-7.dll to the hard-coded list of dlls for PyPy (`#2141 <https://github.com/pypa/virtualenv/issues/2141>`_)
15+
- Use the better maintained ``platformdirs`` instead of ``appdirs`` - by :user:`gaborbernat`. (`#2142 <https://github.com/pypa/virtualenv/issues/2142>`_)
16+
17+
Bugfixes - 20.5.0
18+
~~~~~~~~~~~~~~~~~
19+
- Bump pip the embedded pip ``21.1.3`` and setuptools to ``57.1.0`` - by :user:`gaborbernat`. (`#2135 <https://github.com/pypa/virtualenv/issues/2135>`_)
20+
21+
Deprecations and Removals - 20.5.0
22+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23+
- Drop python ``3.4`` support as it has been over 2 years since EOL - by :user:`gaborbernat`. (`#2141 <https://github.com/pypa/virtualenv/issues/2141>`_)
24+
25+
826
v20.4.7 (2021-05-24)
927
--------------------
1028

docs/changelog/2093.feature.rst

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

docs/changelog/2135.bugfix.rst

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

docs/changelog/2141.feature.rst

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

docs/changelog/2141.removal.rst

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

docs/changelog/2142.feature.rst

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

0 commit comments

Comments
 (0)