From: Ben Darnell Date: Sat, 23 Mar 2019 16:27:12 +0000 (-0400) Subject: Set version number to 6.0.2 X-Git-Tag: v6.0.2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983a4ba24e695542f1b5b61b60eb29ec5daea400;p=thirdparty%2Ftornado.git Set version number to 6.0.2 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index 1050a114d..bc5dbb918 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -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.0.1" -version_info = (6, 0, 1, 0) +version = "6.0.2" +version_info = (6, 0, 2, 0)