From: Ben Darnell Date: Sat, 7 Apr 2018 23:07:49 +0000 (-0400) Subject: Set version to 5.0.2 X-Git-Tag: v5.0.2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2348%2Fhead;p=thirdparty%2Ftornado.git Set version to 5.0.2 --- diff --git a/setup.py b/setup.py index 239d47c55..1f71d6cdc 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx kwargs = {} -version = "5.0.1" +version = "5.0.2" with open('README.rst') as f: kwargs['long_description'] = f.read() diff --git a/tornado/__init__.py b/tornado/__init__.py index d577e8f2a..07df195b9 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -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.1" -version_info = (5, 0, 1, 0) +version = "5.0.2" +version_info = (5, 0, 2, 0)