From 879926629d8c26856e225ee65b02fc75a72aa186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sat, 1 Jan 2022 10:36:31 +0000 Subject: [PATCH] release 20.12.1 --- docs/changelog.rst | 14 ++++++++++++++ docs/changelog/2265.bugfix.rst | 3 --- docs/changelog/2266.bugfix.rst | 2 -- docs/changelog/2267.bugfix.rst | 2 -- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog/2265.bugfix.rst delete mode 100644 docs/changelog/2266.bugfix.rst delete mode 100644 docs/changelog/2267.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index c14e715cb..37343984b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Release History .. towncrier release notes start +v20.12.1 (2022-01-01) +--------------------- + +Bugfixes - 20.12.1 +~~~~~~~~~~~~~~~~~~ +- Try using previous updates of ``pip``, ``setuptools`` & ``wheel`` + when inside an update grace period rather than always falling back + to embedded wheels - by :user:`mayeut`. (`#2265 `_) +- New patch versions of ``pip``, ``setuptools`` & ``wheel`` are now + returned in the expected timeframe. - by :user:`mayeut`. (`#2266 `_) +- Manual upgrades of ``pip``, ``setuptools`` & ``wheel`` are + not discarded by a periodic update - by :user:`mayeut`. (`#2267 `_) + + v20.12.0 (2021-12-31) --------------------- diff --git a/docs/changelog/2265.bugfix.rst b/docs/changelog/2265.bugfix.rst deleted file mode 100644 index bc90ccc7e..000000000 --- a/docs/changelog/2265.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Try using previous updates of ``pip``, ``setuptools`` & ``wheel`` -when inside an update grace period rather than always falling back -to embedded wheels - by :user:`mayeut`. diff --git a/docs/changelog/2266.bugfix.rst b/docs/changelog/2266.bugfix.rst deleted file mode 100644 index 26ff3adfd..000000000 --- a/docs/changelog/2266.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -New patch versions of ``pip``, ``setuptools`` & ``wheel`` are now -returned in the expected timeframe. - by :user:`mayeut`. diff --git a/docs/changelog/2267.bugfix.rst b/docs/changelog/2267.bugfix.rst deleted file mode 100644 index 05af3cda4..000000000 --- a/docs/changelog/2267.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Manual upgrades of ``pip``, ``setuptools`` & ``wheel`` are -not discarded by a periodic update - by :user:`mayeut`.