diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-07-15 15:29:22 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-07-15 15:29:22 +0100 |
commit | bf79e0f2e232feb29c73af121205c6c885591968 (patch) | |
tree | c1e884bf6e1f9dbf5d3fd30083db9ea811b11afa | |
parent | 82a04a1565456c4414981d54d60b51c76e869371 (diff) | |
download | virtualenv-release-20.0.27.tar.gz |
release 20.0.2720.0.27release-20.0.27
-rw-r--r-- | docs/changelog.rst | 9 | ||||
-rw-r--r-- | docs/changelog/1897.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1898.bugfix.rst | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index d543d6b..c8bb404 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.0.27 (2020-07-15) +--------------------- + +Bugfixes - 20.0.27 +~~~~~~~~~~~~~~~~~~ +- No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. (`#1897 <https://github.com/pypa/virtualenv/issues/1897>`_) +- Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`. (`#1898 <https://github.com/pypa/virtualenv/issues/1898>`_) + + v20.0.26 (2020-07-07) --------------------- diff --git a/docs/changelog/1897.bugfix.rst b/docs/changelog/1897.bugfix.rst deleted file mode 100644 index 59ff426..0000000 --- a/docs/changelog/1897.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. diff --git a/docs/changelog/1898.bugfix.rst b/docs/changelog/1898.bugfix.rst deleted file mode 100644 index 8a4beb7..0000000 --- a/docs/changelog/1898.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`. |