From: Ben Darnell Date: Sun, 16 Apr 2017 23:46:22 +0000 (-0400) Subject: Set version to 4.5 X-Git-Tag: v4.5.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d2a3fa573987629ad576e991c2f3b65f4daab4;p=thirdparty%2Ftornado.git Set version to 4.5 --- diff --git a/docs/releases/v4.5.0.rst b/docs/releases/v4.5.0.rst index 02f2abae4..9cdf0ad5c 100644 --- a/docs/releases/v4.5.0.rst +++ b/docs/releases/v4.5.0.rst @@ -1,7 +1,7 @@ What's new in Tornado 4.5 ========================= -Xxx XX, 2017 +Apr 16, 2017 ------------ Backwards-compatibility warning diff --git a/setup.py b/setup.py index b529deefb..9b152e8cf 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx kwargs = {} -version = "4.5b2" +version = "4.5" with open('README.rst') as f: kwargs['long_description'] = f.read() diff --git a/tornado/__init__.py b/tornado/__init__.py index cc48c0fc5..f409a6ed7 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -25,5 +25,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 = "4.5b2" -version_info = (4, 5, 0, -98) +version = "4.5" +version_info = (4, 5, 0, 0)