From a4025d673c2db418379ce2a1d99398e12db8fb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 10 Jan 2021 12:24:09 +0000 Subject: [PATCH] release 20.3.0 --- docs/changelog.rst | 16 ++++++++++++++++ docs/changelog/1986.bugfix.rst | 1 - docs/changelog/2046.bugfix.rst | 2 -- docs/changelog/2046.feature.rst | 3 --- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 docs/changelog/1986.bugfix.rst delete mode 100644 docs/changelog/2046.bugfix.rst delete mode 100644 docs/changelog/2046.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index d2df6b050..e8ecc5fcc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,22 @@ Release History .. towncrier release notes start +v20.3.0 (2021-01-10) +-------------------- + +Features - 20.3.0 +~~~~~~~~~~~~~~~~~ +- The builtin discovery takes now a ``--try-first-with`` argument and is first attempted as valid interpreters. One can + use this to force discovery of a given python executable when the discovery order/mechanism raises errors - + by :user:`gaborbernat`. (`#2046 `_) + +Bugfixes - 20.3.0 +~~~~~~~~~~~~~~~~~ +- On Windows python ``3.7+`` distributions where the exe shim is missing fallback to the old ways - by :user:`gaborbernat`. (`#1986 `_) +- When discovering interpreters on Windows, via the PEP-514, prefer ``PythonCore`` releases over other ones. virtualenv + is used via pip mostly by this distribution, so prefer it over other such as conda - by :user:`gaborbernat`. (`#2046 `_) + + v20.2.2 (2020-12-07) -------------------- diff --git a/docs/changelog/1986.bugfix.rst b/docs/changelog/1986.bugfix.rst deleted file mode 100644 index 8389ee560..000000000 --- a/docs/changelog/1986.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -On Windows python ``3.7+`` distributions where the exe shim is missing fallback to the old ways - by :user:`gaborbernat`. \ No newline at end of file diff --git a/docs/changelog/2046.bugfix.rst b/docs/changelog/2046.bugfix.rst deleted file mode 100644 index b2bf7d87d..000000000 --- a/docs/changelog/2046.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -When discovering interpreters on Windows, via the PEP-514, prefer ``PythonCore`` releases over other ones. virtualenv -is used via pip mostly by this distribution, so prefer it over other such as conda - by :user:`gaborbernat`. \ No newline at end of file diff --git a/docs/changelog/2046.feature.rst b/docs/changelog/2046.feature.rst deleted file mode 100644 index eab11ac44..000000000 --- a/docs/changelog/2046.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -The builtin discovery takes now a ``--try-first-with`` argument and is first attempted as valid interpreters. One can -use this to force discovery of a given python executable when the discovery order/mechanism raises errors - -by :user:`gaborbernat`. \ No newline at end of file