提交 f7967d4b 编写于 作者: B Ben Darnell

Set version to 5.0.1

上级 2bdc3cb9
......@@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2
releases/v5.0.1
releases/v5.0.0
releases/v4.5.3
releases/v4.5.2
......
What's new in Tornado 5.0.1
===========================
Mar 18, 2018
------------
Bug fix
~~~~~~~
- This release restores support for versions of Python 3.4 prior to
3.4.4. This is important for compatibility with Debian Jessie which
has 3.4.2 as its version of Python 3.
......@@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx
kwargs = {}
version = "5.0"
version = "5.0.1"
with open('README.rst') as f:
kwargs['long_description'] = f.read()
......
......@@ -24,5 +24,5 @@ from __future__ import absolute_import, division, print_function
# 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 = "5.0"
version_info = (5, 0, 0, 0)
version = "5.0.1"
version_info = (5, 0, 1, 0)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册