summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-10-25 09:00:21 -0700
committerBernát Gábor <bgabor8@bloomberg.net>2022-10-25 09:00:21 -0700
commit26f68e205dfbe36c47fdd1886b0c0060024dbeec (patch)
tree9dca0eaaa317438101b4cf63cb648bdb67e850b1
parentb4564569171628ee839e14853a00f296686cae6a (diff)
downloadvirtualenv-26f68e205dfbe36c47fdd1886b0c0060024dbeec.tar.gz
release 20.16.620.16.6
-rw-r--r--docs/changelog.rst15
-rw-r--r--docs/changelog/2350.bugfix.rst1
-rw-r--r--docs/changelog/2418.bugfix.rst1
-rw-r--r--docs/changelog/2426.feature.rst1
-rw-r--r--docs/changelog/2429.bugfix.rst1
-rw-r--r--docs/changelog/2434.bugfix.rst1
6 files changed, 15 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e7ea988..a800866 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,21 @@ Release History
.. towncrier release notes start
+v20.16.6 (2022-10-25)
+---------------------
+
+Features - 20.16.6
+~~~~~~~~~~~~~~~~~~
+- Drop unneeded shims for PyPy3 directory structure (`#2426 <https://github.com/pypa/virtualenv/issues/2426>`_)
+
+Bugfixes - 20.16.6
+~~~~~~~~~~~~~~~~~~
+- Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable - by :user:`asottile`. (`#2350 <https://github.com/pypa/virtualenv/issues/2350>`_)
+- Allow the test suite to pass even with the original C shell (rather than ``tcsh``) - by :user:`kulikjak`. (`#2418 <https://github.com/pypa/virtualenv/issues/2418>`_)
+- Fix fallback handling of downloading wheels for bundled packages - by :user:`schaap`. (`#2429 <https://github.com/pypa/virtualenv/issues/2429>`_)
+- Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2`` - by :user:`gaborbernat`. (`#2434 <https://github.com/pypa/virtualenv/issues/2434>`_)
+
+
v20.16.5 (2022-09-07)
---------------------
diff --git a/docs/changelog/2350.bugfix.rst b/docs/changelog/2350.bugfix.rst
deleted file mode 100644
index 87a66a2..0000000
--- a/docs/changelog/2350.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix selected scheme on debian derivatives for python 3.10 when ``python3-distutils`` is not installed or the ``venv`` scheme is not avaiable - by :user:`asottile`.
diff --git a/docs/changelog/2418.bugfix.rst b/docs/changelog/2418.bugfix.rst
deleted file mode 100644
index d13c4a2..0000000
--- a/docs/changelog/2418.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow the test suite to pass even with the original C shell (rather than ``tcsh``) - by :user:`kulikjak`.
diff --git a/docs/changelog/2426.feature.rst b/docs/changelog/2426.feature.rst
deleted file mode 100644
index 3cfac25..0000000
--- a/docs/changelog/2426.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Drop unneeded shims for PyPy3 directory structure
diff --git a/docs/changelog/2429.bugfix.rst b/docs/changelog/2429.bugfix.rst
deleted file mode 100644
index 7e79e36..0000000
--- a/docs/changelog/2429.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix fallback handling of downloading wheels for bundled packages - by :user:`schaap`.
diff --git a/docs/changelog/2434.bugfix.rst b/docs/changelog/2434.bugfix.rst
deleted file mode 100644
index f359747..0000000
--- a/docs/changelog/2434.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``65.5.0`` from ``65.3.0`` and pip to ``22.3`` from ``22.2.2`` - by :user:`gaborbernat`.