From: Ben Darnell Date: Fri, 1 Mar 2019 15:40:25 +0000 (-0500) Subject: Bump master branch to 6.1.dev1 X-Git-Tag: v6.1.0b1~88^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cf7137908c78c442359478ab937e6d909fd75f;p=thirdparty%2Ftornado.git Bump master branch to 6.1.dev1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index 54fa89e87..c053149d0 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" -version_info = (6, 0, 0, 0) +version = "6.1.dev1" +version_info = (6, 1, 0, -100)