Merge pull request #1978 from pypa/release-20.0.34

release 20.0.34
This commit is contained in:
Bernát Gábor 2020-10-12 13:49:49 +01:00 committed by GitHub
commit 567d64b964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -5,6 +5,16 @@ Release History
.. towncrier release notes start
v20.0.34 (2020-10-12)
---------------------
Bugfixes - 20.0.34
~~~~~~~~~~~~~~~~~~
- Align with venv module when creating virtual environments with builtin creator on Windows 3.7 and later
- by :user:`gaborbernat`. (`#1782 <https://github.com/pypa/virtualenv/issues/1782>`_)
- Handle Cygwin path conversion in the activation script - by :user:`davidcoghlan`. (`#1969 <https://github.com/pypa/virtualenv/issues/1969>`_)
v20.0.33 (2020-10-04)
---------------------

View file

@ -1,2 +0,0 @@
Align with venv module when creating virtual environments with builtin creator on Windows 3.7 and later
- by :user:`gaborbernat`.

View file

@ -1 +0,0 @@
Handle Cygwin path conversion in the activation script - by :user:`davidcoghlan`.