summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-01-01 10:36:31 +0000
committerBernát Gábor <gaborjbernat@gmail.com>2022-01-01 10:36:31 +0000
commit879926629d8c26856e225ee65b02fc75a72aa186 (patch)
tree11af566c4e522887b398eb19727a53afe48e1d60
parent4308ddb276962c6ffdf0285c809a81f6bef8dbb0 (diff)
downloadvirtualenv-release-20.12.1.tar.gz
release 20.12.120.12.1release-20.12.1
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/2265.bugfix.rst3
-rw-r--r--docs/changelog/2266.bugfix.rst2
-rw-r--r--docs/changelog/2267.bugfix.rst2
4 files changed, 14 insertions, 7 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c14e715..3734398 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 <https://github.com/pypa/virtualenv/issues/2265>`_)
+- New patch versions of ``pip``, ``setuptools`` & ``wheel`` are now
+ returned in the expected timeframe. - by :user:`mayeut`. (`#2266 <https://github.com/pypa/virtualenv/issues/2266>`_)
+- Manual upgrades of ``pip``, ``setuptools`` & ``wheel`` are
+ not discarded by a periodic update - by :user:`mayeut`. (`#2267 <https://github.com/pypa/virtualenv/issues/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 bc90ccc..0000000
--- 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 26ff3ad..0000000
--- 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 05af3cd..0000000
--- 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`.