]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version to 5.0.2 2348/head
authorBen Darnell <ben@bendarnell.com>
Sat, 7 Apr 2018 23:07:49 +0000 (19:07 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 7 Apr 2018 23:07:49 +0000 (19:07 -0400)
setup.py
tornado/__init__.py

index 239d47c556f2d40b01849ec6db42398edaf00bf5..1f71d6cdc94befc6ee172dbf594912d4c42822c9 100644 (file)
--- 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()
index d577e8f2ab2de9b0c29e31369fff62ff74dcac7f..07df195b96dd7c076d453944349a57229a0efc25 100644 (file)
@@ -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)