diff options
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/2165.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 611ca14..b478b19 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.7.1 (2021-08-09) +-------------------- + +Bugfixes - 20.7.1 +~~~~~~~~~~~~~~~~~ +- Fix unpacking dictionary items in PythonInfo.install_path (`#2165 <https://github.com/pypa/virtualenv/issues/2165>`_) + + v20.7.0 (2021-07-31) -------------------- diff --git a/docs/changelog/2165.bugfix.rst b/docs/changelog/2165.bugfix.rst deleted file mode 100644 index 081bc3f..0000000 --- a/docs/changelog/2165.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix unpacking dictionary items in PythonInfo.install_path |