summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-06-12 19:17:34 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-06-12 19:17:34 +0100
commit4b8153de435aba9067bd1fa93d7aa45783e34aca (patch)
treebde3aa470b774c0d932ca28b9b23962a96d52ac4
parentb3d53fc78f017195be6c19e4c856efd449768cc3 (diff)
downloadvirtualenv-20.0.22.tar.gz
release 20.0.2220.0.22
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/1846.bugfix.rst1
-rw-r--r--docs/changelog/1855.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6a099af..c43ca17 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.0.22 (2020-06-12)
+---------------------
+
+Bugfixes - 20.0.22
+~~~~~~~~~~~~~~~~~~
+- Relax ``importlib.resources`` requirement to also allow version 2 - by :user:`asottile`. (`#1846 <https://github.com/pypa/virtualenv/issues/1846>`_)
+- Upgrade embedded setuptools to ``44.1.1`` for python 2 and ``47.1.1`` for python3.5+ - by :user:`gaborbernat`. (`#1855 <https://github.com/pypa/virtualenv/issues/1855>`_)
+
+
v20.0.21 (2020-05-20)
---------------------
diff --git a/docs/changelog/1846.bugfix.rst b/docs/changelog/1846.bugfix.rst
deleted file mode 100644
index 0ee5cd7..0000000
--- a/docs/changelog/1846.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Relax ``importlib.resources`` requirement to also allow version 2 - by :user:`asottile`.
diff --git a/docs/changelog/1855.bugfix.rst b/docs/changelog/1855.bugfix.rst
deleted file mode 100644
index 382169b..0000000
--- a/docs/changelog/1855.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``44.1.1`` for python 2 and ``47.1.1`` for python3.5+ - by :user:`gaborbernat`.