From: Ben Darnell Date: Fri, 30 Oct 2020 17:55:20 +0000 (-0400) Subject: Bump main branch to 6.2.dev1 X-Git-Tag: v6.2.0b1~63^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1536d76d8e16f0b7ed85c6099611f856af3b0ab1;p=thirdparty%2Ftornado.git Bump main branch to 6.2.dev1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index a5f45e526..7c889e2d5 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.1" -version_info = (6, 1, 0, 0) +version = "6.2.dev1" +version_info = (6, 2, 0, -100)