diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-05-04 09:46:58 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-05-04 09:46:58 +0100 |
commit | 768468e462173fb4e4f0b4aac61c040bd1f457c3 (patch) | |
tree | 57bc7f195c0fcf642f8f63115deccce43ecfa1c8 | |
parent | c183733a5f01f6640bc233c4e10149e26c8c436a (diff) | |
download | virtualenv-768468e462173fb4e4f0b4aac61c040bd1f457c3.tar.gz |
release 20.0.2020.0.20
-rw-r--r-- | docs/changelog.rst | 11 | ||||
-rw-r--r-- | docs/changelog/1809.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1810.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1813.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1814.bugfix.rst | 1 |
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`. |