summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-02-26 15:36:07 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-02-26 15:36:07 +0000
commit365c6a5300393055007efd29ec4488fa28a45526 (patch)
tree8922d1775becea9ed32143a75c8f1b7771e4dee0
parent734fe023f11458f993c49f91b158de774c94d4a4 (diff)
downloadvirtualenv-20.0.7.tar.gz
release 20.0.720.0.7
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1669.bugfix.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 669c359..795e92a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.0.7 (2020-02-26)
+--------------------
+
+Bugfixes - 20.0.7
+~~~~~~~~~~~~~~~~~
+- Disable distutils fixup for python 3 until `pypa/pip #7778 <https://github.com/pypa/pip/issues/7778>`_ is fixed and
+ released - by :user:`gaborbernat`. (`#1669 <https://github.com/pypa/virtualenv/issues/1669>`_)
+
+
v20.0.6 (2020-02-26)
--------------------
diff --git a/docs/changelog/1669.bugfix.rst b/docs/changelog/1669.bugfix.rst
deleted file mode 100644
index 5fa952b..0000000
--- a/docs/changelog/1669.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Disable distutils fixup for python 3 until `pypa/pip #7778 <https://github.com/pypa/pip/issues/7778>`_ is fixed and
-released - by :user:`gaborbernat`.