Commit 9eb0b5ae authored by Jason Madden's avatar Jason Madden

Preparing release 20.6.2

parent e2aed87e
......@@ -6,6 +6,37 @@
.. towncrier release notes start
20.6.2 (2020-06-16)
===================
Features
--------
- It is now possible to build and use the embedded libuv on a Cygwin
platform.
Note that Cygwin is not an officially supported platform of upstream
libuv and is not tested by gevent, so the actual working status is
unknown, and this may bitrot in future releases.
Thanks to berkakinci for the patch.
See :issue:`issue1645`.
Bugfixes
--------
- Relax the version constraint for psutil on PyPy.
Previously it was pinned to 5.6.3 for PyPy2, except for on Windows,
where it was excluded. It is now treated the same as CPython again.
See :issue:`issue1643`.
----
20.6.1 (2020-06-10)
===================
......
Relax the version constraint for psutil on PyPy.
Previously it was pinned to 5.6.3 for PyPy2, except for on Windows,
where it was excluded. It is now treated the same as CPython again.
It is now possible to build and use the embedded libuv on a Cygwin
platform.
Note that Cygwin is not an officially supported platform of upstream
libuv and is not tested by gevent, so the actual working status is
unknown, and this may bitrot in future releases.
Thanks to berkakinci for the patch.
......@@ -27,7 +27,7 @@ version_info = _version_info(20, 0, 0, 'dev', 0) # XXX: Remove me
#: Use ``pkg_resources.parse_version(__version__)`` or
#: ``packaging.version.Version(__version__)`` to get a machine-usable
#: value.
__version__ = '20.6.2.dev0'
__version__ = '20.6.2'
__all__ = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment