summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-08-04 18:05:40 +0100
committerGitHub <noreply@github.com>2020-08-04 18:05:40 +0100
commit13a0eac48e929812a92c2cc57475e16af840edfb (patch)
tree2482d6a4737f0f3ca6249c920bb23db4b235d128
parent66a7ee194195bf835c7ec54023e7a42aae07ef74 (diff)
parent2b6cc55b23634457235f51e009b9fd6ba6f86e7e (diff)
downloadvirtualenv-13a0eac48e929812a92c2cc57475e16af840edfb.tar.gz
Merge pull request #1916 from pypa/release-20.0.30
release 20.0.30
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/1915.bugfix.rst1
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`.