From 395696dace669b3880cb686172d055717d80f3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 13 Jan 2021 06:49:21 +0000 Subject: [PATCH] release 20.3.1 --- docs/changelog.rst | 14 ++++++++++++++ docs/changelog/2036.bugfix.rst | 1 - docs/changelog/2049.bugfix.rst | 4 ---- docs/changelog/2050.bugfix.rst | 2 -- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog/2036.bugfix.rst delete mode 100644 docs/changelog/2049.bugfix.rst delete mode 100644 docs/changelog/2050.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index e8ecc5fcc..bab1218ff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Release History .. towncrier release notes start +v20.3.1 (2021-01-13) +-------------------- + +Bugfixes - 20.3.1 +~~~~~~~~~~~~~~~~~ +- Bump embed pip to ``20.3.3``, setuptools to ``51.1.1`` and wheel to ``0.36.2`` - by :user:`gaborbernat`. (`#2036 `_) +- Allow unfunctioning of pydoc to fail freely so that virtualenvs can be + activated under Zsh with set -e (since otherwise ``unset -f`` and + ``unfunction`` exit with 1 if the function does not exist in Zsh) - by + :user:`d125q`. (`#2049 `_) +- Drop cached python information if the system executable is no longer present (for example when the executable is a + shim and the mapped executable is replaced - such is the case with pyenv) - by :user:`gaborbernat`. (`#2050 `_) + + v20.3.0 (2021-01-10) -------------------- diff --git a/docs/changelog/2036.bugfix.rst b/docs/changelog/2036.bugfix.rst deleted file mode 100644 index a5d206971..000000000 --- a/docs/changelog/2036.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump embed pip to ``20.3.3``, setuptools to ``51.1.1`` and wheel to ``0.36.2`` - by :user:`gaborbernat`. diff --git a/docs/changelog/2049.bugfix.rst b/docs/changelog/2049.bugfix.rst deleted file mode 100644 index 7ad254b8f..000000000 --- a/docs/changelog/2049.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Allow unfunctioning of pydoc to fail freely so that virtualenvs can be -activated under Zsh with set -e (since otherwise ``unset -f`` and -``unfunction`` exit with 1 if the function does not exist in Zsh) - by -:user:`d125q`. diff --git a/docs/changelog/2050.bugfix.rst b/docs/changelog/2050.bugfix.rst deleted file mode 100644 index 4815abf1f..000000000 --- a/docs/changelog/2050.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Drop cached python information if the system executable is no longer present (for example when the executable is a -shim and the mapped executable is replaced - such is the case with pyenv) - by :user:`gaborbernat`.