summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-03-07 13:25:05 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2022-03-07 13:25:05 +0000
commite3c30b7e6a9d6743e2374cba8885c599801be767 (patch)
tree9c0199cc1deeabc343f537cf00a245495df41a2f
parent471e7cc5e180909481caf9c901dd8451eb8a49fe (diff)
downloadvirtualenv-20.13.3.tar.gz
release 20.13.320.13.3
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2310.bugfix.rst1
-rw-r--r--docs/changelog/2311.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 2ce5c31..7fa0293 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.13.3 (2022-03-07)
+---------------------
+
+Bugfixes - 20.13.3
+~~~~~~~~~~~~~~~~~~
+- Avoid symlinking the contents of ``/usr`` into PyPy3.8+ virtualenvs - by :user:`stefanor`. (`#2310 <https://github.com/pypa/virtualenv/issues/2310>`_)
+- Bump embed pip from ``22.0.3`` to ``22.0.4`` - by :user:`gaborbernat`. (`#2311 <https://github.com/pypa/virtualenv/issues/2311>`_)
+
+
v20.13.2 (2022-02-24)
---------------------
diff --git a/docs/changelog/2310.bugfix.rst b/docs/changelog/2310.bugfix.rst
deleted file mode 100644
index b7226d6..0000000
--- a/docs/changelog/2310.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid symlinking the contents of ``/usr`` into PyPy3.8+ virtualenvs - by :user:`stefanor`.
diff --git a/docs/changelog/2311.bugfix.rst b/docs/changelog/2311.bugfix.rst
deleted file mode 100644
index 05e0635..0000000
--- a/docs/changelog/2311.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump embed pip from ``22.0.3`` to ``22.0.4`` - by :user:`gaborbernat`.