未验证 提交 a4f08a31 编写于 作者: B Ben Darnell 提交者: GitHub

Merge pull request #3167 from bdarnell/6.2-final

Set version number to 6.2.0
What's new in Tornado 6.2.0
===========================
Jun XX, 2022
------------
Jul 3, 2022
-----------
Deprecation notice
~~~~~~~~~~~~~~~~~~
......@@ -75,6 +75,8 @@ General changes
has been unnecessary since Python 3.2 added a logger of last resort.
- The `.IOLoop` constructor now accepts an ``asyncio_loop`` keyword argument to
initialize with a specfied asyncio event loop.
- It is now possible to construct an `.IOLoop` on one thread (with
``make_current=False``) and start it on a different thread.
`tornado.iostream`
~~~~~~~~~~~~~~~~~~
......
......@@ -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.2b2"
version_info = (6, 2, 0, -98)
version = "6.2"
version_info = (6, 2, 0, 0)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册