summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-11-12 13:38:58 -0800
committerBernát Gábor <gaborjbernat@gmail.com>2022-11-12 13:38:58 -0800
commitd536b25fd38699a15cb9d782be2786d2aec4de83 (patch)
tree8240d694c127ad2c5ea0295df9208d9808a8c47d
parentcf36e4f485fe06c9b52dd657c02b84867e4b8bce (diff)
downloadvirtualenv-d536b25fd38699a15cb9d782be2786d2aec4de83.tar.gz
release 20.16.720.16.7
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/2440.bugfix.rst1
-rw-r--r--docs/changelog/2442.bugfix.rst1
-rw-r--r--docs/changelog/2443.bugfix.rst2
4 files changed, 11 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index aecd560..f0c5d3e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,17 @@ Release History
.. towncrier release notes start
+v20.16.7 (2022-11-12)
+---------------------
+
+Bugfixes - 20.16.7
+~~~~~~~~~~~~~~~~~~
+- Use parent directory of python executable for pyvenv.cfg "home" value per PEP 405 - by :user:`vfazio`. (`#2440 <https://github.com/pypa/virtualenv/issues/2440>`_)
+- In POSIX virtual environments, try alternate binary names if ``sys._base_executable`` does not exist - by :user:`vfazio`. (`#2442 <https://github.com/pypa/virtualenv/issues/2442>`_)
+- Upgrade embedded wheel to ``0.38.4`` and pip to ``22.3.1`` from ``22.3`` and setuptools to ``65.5.1`` from
+ ``65.5.0`` - by :user:`gaborbernat`. (`#2443 <https://github.com/pypa/virtualenv/issues/2443>`_)
+
+
v20.16.6 (2022-10-25)
---------------------
diff --git a/docs/changelog/2440.bugfix.rst b/docs/changelog/2440.bugfix.rst
deleted file mode 100644
index 479d7f3..0000000
--- a/docs/changelog/2440.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Use parent directory of python executable for pyvenv.cfg "home" value per PEP 405 - by :user:`vfazio`.
diff --git a/docs/changelog/2442.bugfix.rst b/docs/changelog/2442.bugfix.rst
deleted file mode 100644
index 58e1f64..0000000
--- a/docs/changelog/2442.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-In POSIX virtual environments, try alternate binary names if ``sys._base_executable`` does not exist - by :user:`vfazio`.
diff --git a/docs/changelog/2443.bugfix.rst b/docs/changelog/2443.bugfix.rst
deleted file mode 100644
index c3743f2..0000000
--- a/docs/changelog/2443.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Upgrade embedded wheel to ``0.38.4`` and pip to ``22.3.1`` from ``22.3`` and setuptools to ``65.5.1`` from
-``65.5.0`` - by :user:`gaborbernat`.