diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2021-08-09 13:56:09 +0100 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2021-08-09 13:56:09 +0100 |
commit | 7f465469060ebffe02ca54f4a6f5e0f1d58761d2 (patch) | |
tree | 5a23093082667a54febd9bbd46a94c11419e705c | |
parent | 3f231f2f7065806fa9cb40b90f2a8008191a47ba (diff) | |
download | virtualenv-20.7.1.tar.gz |
release 20.7.120.7.1
-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 |