]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump version to 6.1b2 2940/head
authorBen Darnell <ben@bendarnell.com>
Sat, 24 Oct 2020 19:51:30 +0000 (15:51 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 24 Oct 2020 19:51:30 +0000 (15:51 -0400)
docs/releases/v6.1.0.rst
tornado/__init__.py

index 0b7f5b23c7f677dad5bc5af0c1ac1ab5234f6fe0..49426eab9f1f7e3266bdd956bcea95ca925d8e57 100644 (file)
@@ -21,6 +21,12 @@ General changes
   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`
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
index ca162bff67f669dfb4c0c7f634385ebe9b7d5515..a458bbdd320c54335e50f06c74b03889525f6618 100644 (file)
@@ -22,5 +22,5 @@
 # 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)