diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-12-07 10:30:25 +0000 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2020-12-07 10:30:25 +0000 |
commit | b4607d1954170e27a308438517e01ffe535c709a (patch) | |
tree | 8ebd53c3e4d5960c29a2f3f2f4365ef65af00347 | |
parent | 155673176183b9e6604b07ed8cb0ffe1125c0891 (diff) | |
download | virtualenv-release-20.2.2.tar.gz |
release 20.2.220.2.2release-20.2.2
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/2029.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index be58792..d2df6b0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.2.2 (2020-12-07) +-------------------- + +Bugfixes - 20.2.2 +~~~~~~~~~~~~~~~~~ +- Bump pip to ``20.3.1``, setuptools to ``51.0.0`` and wheel to ``0.36.1`` - by :user:`gaborbernat`. (`#2029 <https://github.com/pypa/virtualenv/issues/2029>`_) + + v20.2.1 (2020-11-23) -------------------- diff --git a/docs/changelog/2029.bugfix.rst b/docs/changelog/2029.bugfix.rst deleted file mode 100644 index af9df47..0000000 --- a/docs/changelog/2029.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump pip to ``20.3.1``, setuptools to ``51.0.0`` and wheel to ``0.36.1`` - by :user:`gaborbernat`. |