From 0e60e70d6f55385f18a1ebf10ea7cf7ade6fec01 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 10 Jun 2022 12:23:33 -0400 Subject: [PATCH] Set version number to 6.2b1 --- tornado/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tornado/__init__.py b/tornado/__init__.py index 7c889e2d..ae15b21d 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)