summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-04-16 16:36:53 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-04-16 16:36:53 +0100
commit2b4f4d75247d3248d4ccdbb3b8f77f192d70b6e8 (patch)
tree098c972c170e5a146d2d660c01dfd4cef16c703e
parent525441c9d93db6a5c89f4c5c2233d6d19b8a9141 (diff)
downloadvirtualenv-release-20.0.18.tar.gz
release 20.0.1820.0.18release-20.0.18
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1771.bugfix.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 2485989..32e6a31 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.0.18 (2020-04-16)
+---------------------
+
+Bugfixes - 20.0.18
+~~~~~~~~~~~~~~~~~~
+- Importing setuptools before cli_run could cause our python information query to fail due to setuptools patching
+ ``distutils.dist.Distribution`` - by :user:`gaborbernat`. (`#1771 <https://github.com/pypa/virtualenv/issues/1771>`_)
+
+
v20.0.17 (2020-04-09)
---------------------
diff --git a/docs/changelog/1771.bugfix.rst b/docs/changelog/1771.bugfix.rst
deleted file mode 100644
index 1f92b63..0000000
--- a/docs/changelog/1771.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Importing setuptools before cli_run could cause our python information query to fail due to setuptools patching
-``distutils.dist.Distribution`` - by :user:`gaborbernat`.