diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-08-17 10:38:43 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-08-17 10:38:43 +0100 |
commit | 1dc5ebe1753b8351950c98ddda06274304f303a8 (patch) | |
tree | d4846c059212d3219e58093443babcb3edfddd90 | |
parent | 5fd343f3f7f0f7f192369e518d6e9cb1f167b85a (diff) | |
download | virtualenv-release-20.0.31.tar.gz |
release 20.0.3120.0.31release-20.0.31
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/1918.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 322f71b..e84cb03 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.0.31 (2020-08-17) +--------------------- + +Bugfixes - 20.0.31 +~~~~~~~~~~~~~~~~~~ +- Upgrade embedded pip to ``20.2.1``, setuptools to ``49.6.0`` and wheel to ``0.35.1`` - by :user:`gaborbernat`. (`#1918 <https://github.com/pypa/virtualenv/issues/1918>`_) + + v20.0.30 (2020-08-04) --------------------- diff --git a/docs/changelog/1918.bugfix.rst b/docs/changelog/1918.bugfix.rst deleted file mode 100644 index 69b992f..0000000 --- a/docs/changelog/1918.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded pip to ``20.2.1``, setuptools to ``49.6.0`` and wheel to ``0.35.1`` - by :user:`gaborbernat`. |