less scalable on Windows than on other platforms.
- Binary wheels are now provided for Windows, MacOS, and Linux (amd64 and arm64).
+`tornado.gen`
+~~~~~~~~~~~~~
+
+- `.coroutine` now has better support for the Python 3.7+ ``contextvars`` module.
+ In particular, the ``ContextVar.reset`` method is now supported.
+
`tornado.http1connection`
~~~~~~~~~~~~~~~~~~~~~~~~~
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-version = "6.1b1"
-version_info = (6, 1, 0, -99)
+version = "6.1b2"
+version_info = (6, 1, 0, -98)