summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-05-04 10:11:04 +0100
committerGitHub <noreply@github.com>2020-05-04 10:11:04 +0100
commitb8ded22edbc752ad7ff50eae3e2cb10eb944712c (patch)
tree57bc7f195c0fcf642f8f63115deccce43ecfa1c8
parentc183733a5f01f6640bc233c4e10149e26c8c436a (diff)
parent768468e462173fb4e4f0b4aac61c040bd1f457c3 (diff)
downloadvirtualenv-b8ded22edbc752ad7ff50eae3e2cb10eb944712c.tar.gz
Merge pull request #1815 from pypa/release-20.0.20
-rw-r--r--docs/changelog.rst11
-rw-r--r--docs/changelog/1809.bugfix.rst1
-rw-r--r--docs/changelog/1810.bugfix.rst1
-rw-r--r--docs/changelog/1813.bugfix.rst1
-rw-r--r--docs/changelog/1814.bugfix.rst1
5 files changed, 11 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index db5d1e3..590a5e8 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,17 @@ Release History
.. towncrier release notes start
+v20.0.20 (2020-05-04)
+---------------------
+
+Bugfixes - 20.0.20
+~~~~~~~~~~~~~~~~~~
+- Fix download fails with python 3.4 - by :user:`gaborbernat`. (`#1809 <https://github.com/pypa/virtualenv/issues/1809>`_)
+- Fixes older CPython2 versions use ``_get_makefile_filename`` instead of ``get_makefile_filename`` on ``sysconfig`` - by :user:`ianw`. (`#1810 <https://github.com/pypa/virtualenv/issues/1810>`_)
+- Fix download is ``True`` by default - by :user:`gaborbernat`. (`#1813 <https://github.com/pypa/virtualenv/issues/1813>`_)
+- Fail ``app-data`` seed operation when wheel download fails and better error message - by :user:`gaborbernat`. (`#1814 <https://github.com/pypa/virtualenv/issues/1814>`_)
+
+
v20.0.19 (2020-05-03)
---------------------
diff --git a/docs/changelog/1809.bugfix.rst b/docs/changelog/1809.bugfix.rst
deleted file mode 100644
index cbd1b06..0000000
--- a/docs/changelog/1809.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix download fails with python 3.4 - by :user:`gaborbernat`.
diff --git a/docs/changelog/1810.bugfix.rst b/docs/changelog/1810.bugfix.rst
deleted file mode 100644
index 17691be..0000000
--- a/docs/changelog/1810.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixes older CPython2 versions use ``_get_makefile_filename`` instead of ``get_makefile_filename`` on ``sysconfig`` - by :user:`ianw`.
diff --git a/docs/changelog/1813.bugfix.rst b/docs/changelog/1813.bugfix.rst
deleted file mode 100644
index 7a894bb..0000000
--- a/docs/changelog/1813.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix download is ``True`` by default - by :user:`gaborbernat`.
diff --git a/docs/changelog/1814.bugfix.rst b/docs/changelog/1814.bugfix.rst
deleted file mode 100644
index f4195c4..0000000
--- a/docs/changelog/1814.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fail ``app-data`` seed operation when wheel download fails and better error message - by :user:`gaborbernat`.