diff options
-rw-r--r-- | docs/changelog.rst | 9 | ||||
-rw-r--r-- | docs/changelog/1771.bugfix.rst | 2 |
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`. |