Skip to content

Commit 395696d

Browse files
committed
release 20.3.1
1 parent 7f83442 commit 395696d

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

docs/changelog.rst

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

66
.. towncrier release notes start
77
8+
v20.3.1 (2021-01-13)
9+
--------------------
10+
11+
Bugfixes - 20.3.1
12+
~~~~~~~~~~~~~~~~~
13+
- Bump embed pip to ``20.3.3``, setuptools to ``51.1.1`` and wheel to ``0.36.2`` - by :user:`gaborbernat`. (`#2036 <https://github.com/pypa/virtualenv/issues/2036>`_)
14+
- Allow unfunctioning of pydoc to fail freely so that virtualenvs can be
15+
activated under Zsh with set -e (since otherwise ``unset -f`` and
16+
``unfunction`` exit with 1 if the function does not exist in Zsh) - by
17+
:user:`d125q`. (`#2049 <https://github.com/pypa/virtualenv/issues/2049>`_)
18+
- Drop cached python information if the system executable is no longer present (for example when the executable is a
19+
shim and the mapped executable is replaced - such is the case with pyenv) - by :user:`gaborbernat`. (`#2050 <https://github.com/pypa/virtualenv/issues/2050>`_)
20+
21+
822
v20.3.0 (2021-01-10)
923
--------------------
1024

docs/changelog/2036.bugfix.rst

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

docs/changelog/2049.bugfix.rst

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

docs/changelog/2050.bugfix.rst

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

0 commit comments

Comments
 (0)