From: Ben Darnell Date: Fri, 10 Jun 2022 16:23:33 +0000 (-0400) Subject: Set version number to 6.2b1 X-Git-Tag: v6.2.0b1~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e60e70d6f55385f18a1ebf10ea7cf7ade6fec01;p=thirdparty%2Ftornado.git Set version number to 6.2b1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index 7c889e2d5..ae15b21d7 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.2.dev1" -version_info = (6, 2, 0, -100) +version = "6.2b1" +version_info = (6, 2, 0, -99)