diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-04-16 16:36:53 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-04-16 16:36:53 +0100 |
commit | 2b4f4d75247d3248d4ccdbb3b8f77f192d70b6e8 (patch) | |
tree | 098c972c170e5a146d2d660c01dfd4cef16c703e | |
parent | 525441c9d93db6a5c89f4c5c2233d6d19b8a9141 (diff) | |
download | virtualenv-release-20.0.18.tar.gz |
release 20.0.1820.0.18release-20.0.18
-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`. |