release 20.0.33

This commit is contained in:
Bernát Gábor 2020-10-04 18:20:35 +01:00
parent 06dba77aa1
commit 7fab0679a4
3 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
v20.0.33 (2020-10-04)
---------------------
Bugfixes - 20.0.33
~~~~~~~~~~~~~~~~~~
- Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 <https://github.com/pypa/virtualenv/issues/1962>`_)
- Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 <https://github.com/pypa/virtualenv/issues/1963>`_)
v20.0.32 (2020-10-01)
---------------------

View file

@ -1 +0,0 @@
Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`.

View file

@ -1 +0,0 @@
Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`.