From: Ben Darnell Date: Wed, 2 Jan 2019 03:44:33 +0000 (-0500) Subject: init: set version to 6.0a1 X-Git-Tag: v6.0.0b1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b414dc604653b6b4452d820c0330d495f8996e1f;p=thirdparty%2Ftornado.git init: set version to 6.0a1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index e6c450593..16db243d2 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.dev1" -version_info = (6, 0, 0, -100) +version = "6.0a1" +version_info = (6, 0, 0, -99)