diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2021-07-22 08:23:27 +0100 |
---|---|---|
committer | Bernát Gábor <gaborjbernat@gmail.com> | 2021-07-22 08:31:27 +0100 |
commit | fdfec65ff031997503fb409f365ee3aeb4c2c89f (patch) | |
tree | 1457f652a0e92f1abf3d9d8f68cec09c39a96568 /docs/changes.rst | |
parent | 7d3c85146f95dc828396bc4e38308ea738c15665 (diff) | |
download | virtualenv-16.7.12.tar.gz |
Fix Python 2.7, 3.4 and 3.5 not working16.7.12
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'docs/changes.rst')
-rw-r--r-- | docs/changes.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index e920e50..7a67ef1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,19 +5,24 @@ Release History .. towncrier release notes start -v16.7.11 (2021-07-20) +v16.7.12 (2020-07-22) +--------------------- + Bugfixes ^^^^^^^^ -- Preserve compatibility with Python 3.10 - by ``hroncok`` (`#2109 <https://github.com/pypa/virtualenv/issues/2109>`_) -- Bump embedded pip/setuptools/wheel - by :user:`gaborbernat`. (`#2151 <https://github.com/pypa/virtualenv/issues/2151>`_) +- Fix Python 2.7, 3.4 and 3.5 failing - by ``gaborbernat`` -Miscellaneous -^^^^^^^^^^^^^ +v16.7.11 (2020-07-20) +--------------------- -- Don't attempt to use setuptools 44+ with Python 3.4 - by ``hroncok`` (`#1677 <https://github.com/pypa/virtualenv/issues/1677>`_) +Bugfixes +^^^^^^^^ +- Don't attempt to use setuptools 44+ with Python 3.4 - by ``hroncok`` (`#1677 <https://github.com/pypa/virtualenv/issues/1677>`_) +- Preserve compatibility with Python 3.10 - by ``hroncok`` (`#2109 <https://github.com/pypa/virtualenv/issues/2109>`_) +- Bump embedded pip/setuptools/wheel - by ``gaborbernat`` (`#2151 <https://github.com/pypa/virtualenv/issues/2151>`_) v16.7.10 (2020-02-24) --------------------- @@ -25,7 +30,7 @@ v16.7.10 (2020-02-24) Bugfixes ^^^^^^^^ -- fix error printing in bailout for Python < 2.7 - by ``AdamWill` and ``hroncok`` (`#1651 <https://github.com/pypa/virtualenv/issues/1651>`_) +- fix error printing in bailout for Python < 2.7 - by ``AdamWill`` and ``hroncok`` (`#1651 <https://github.com/pypa/virtualenv/issues/1651>`_) v16.7.9 (2019-12-15) |