summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-05-05 08:53:14 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2021-05-05 08:53:14 +0100
commit6c8d4369fe7d178e02c9c056fd06cd6ec0a3b57f (patch)
tree010b54d61bf859011e9c5ff3e65d18b6c3f51a43
parentcc91e3f8a3ccda4673128c8ac26b69e8500efa7a (diff)
downloadvirtualenv-20.4.5.tar.gz
release 20.4.520.4.5
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2104.bugfix.rst1
-rw-r--r--docs/changelog/2106.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5621256..90f3a0a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.4.5 (2021-05-05)
+--------------------
+
+Bugfixes - 20.4.5
+~~~~~~~~~~~~~~~~~
+- Bump pip to ``21.1.1`` from ``21.0.1`` - by :user:`gaborbernat`. (`#2104 <https://github.com/pypa/virtualenv/issues/2104>`_)
+- Fix ``site.getsitepackages()`` ignoring ``--system-site-packages`` on python2 - by :user:`freundTech`. (`#2106 <https://github.com/pypa/virtualenv/issues/2106>`_)
+
+
v20.4.4 (2021-04-20)
--------------------
diff --git a/docs/changelog/2104.bugfix.rst b/docs/changelog/2104.bugfix.rst
deleted file mode 100644
index 1592d1b..0000000
--- a/docs/changelog/2104.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bump pip to ``21.1.1`` from ``21.0.1`` - by :user:`gaborbernat`.
diff --git a/docs/changelog/2106.bugfix.rst b/docs/changelog/2106.bugfix.rst
deleted file mode 100644
index ec68bb5..0000000
--- a/docs/changelog/2106.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``site.getsitepackages()`` ignoring ``--system-site-packages`` on python2 - by :user:`freundTech`.