diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-08-04 18:02:20 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-08-04 18:02:20 +0100 |
commit | 2b6cc55b23634457235f51e009b9fd6ba6f86e7e (patch) | |
tree | 2482d6a4737f0f3ca6249c920bb23db4b235d128 | |
parent | 66a7ee194195bf835c7ec54023e7a42aae07ef74 (diff) | |
download | virtualenv-20.0.30.tar.gz |
release 20.0.3020.0.30
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/1915.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 1afaaaa..322f71b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.0.30 (2020-08-04) +--------------------- + +Bugfixes - 20.0.30 +~~~~~~~~~~~~~~~~~~ +- Upgrade pip to ``20.2.1`` and setuptools to ``49.2.1`` - by :user:`gaborbernat`. (`#1915 <https://github.com/pypa/virtualenv/issues/1915>`_) + + v20.0.29 (2020-07-31) --------------------- diff --git a/docs/changelog/1915.bugfix.rst b/docs/changelog/1915.bugfix.rst deleted file mode 100644 index eb537b1..0000000 --- a/docs/changelog/1915.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade pip to ``20.2.1`` and setuptools to ``49.2.1`` - by :user:`gaborbernat`. |