From: Ben Darnell Date: Sun, 9 Apr 2023 20:37:45 +0000 (+0000) Subject: Set version number to 6.3b1 X-Git-Tag: v6.3.0b1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3249%2Fhead;p=thirdparty%2Ftornado.git Set version number to 6.3b1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index 060b836a9..c540a45af 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -22,8 +22,8 @@ # 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.3.dev1" -version_info = (6, 3, 0, -100) +version = "6.3b1" +version_info = (6, 3, 0, -99) import importlib import typing