From: Ben Darnell Date: Thu, 6 Jun 2024 18:56:51 +0000 (-0400) Subject: Version bump for 6.5.dev1 X-Git-Tag: v6.5.0b1~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3389%2Fhead;p=thirdparty%2Ftornado.git Version bump for 6.5.dev1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index f542de35..536f7c3f 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.4.1" -version_info = (6, 4, 0, 1) +version = "6.5.dev1" +version_info = (6, 5, 0, -100) import importlib import typing