diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2021-08-10 23:15:17 +0100 |
---|---|---|
committer | Bernát Gábor <gaborjbernat@gmail.com> | 2021-08-10 23:15:17 +0100 |
commit | 7bf206e86d06cd77f85981117834ad7b223c0b16 (patch) | |
tree | afb9e7b2f0a7e9a6e2cd14bc5ee2782073febf1c | |
parent | 494e2c0bf565db86f069b2ad4f6395eb9b6e0e01 (diff) | |
download | virtualenv-20.7.2.tar.gz |
release 20.7.220.7.2
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/2168.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index b478b19..216adcc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.7.2 (2021-08-10) +-------------------- + +Bugfixes - 20.7.2 +~~~~~~~~~~~~~~~~~ +- Upgrade embedded pip to ``21.2.3`` from ``21.2.2`` and wheel to ``0.37.0`` from ``0.36.2`` - by :user:`gaborbernat`. (`#2168 <https://github.com/pypa/virtualenv/issues/2168>`_) + + v20.7.1 (2021-08-09) -------------------- diff --git a/docs/changelog/2168.bugfix.rst b/docs/changelog/2168.bugfix.rst deleted file mode 100644 index c4ec1a5..0000000 --- a/docs/changelog/2168.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded pip to ``21.2.3`` from ``21.2.2`` and wheel to ``0.37.0`` from ``0.36.2`` - by :user:`gaborbernat`. |