From 7e73204c1a4a25b617e9384de54ab4a65fc5966b Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Thu, 15 May 2025 19:33:51 -0400 Subject: [PATCH] Bump master branch version to 6.6.dev1 --- tornado/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tornado/__init__.py b/tornado/__init__.py index 29df4439..6d753832 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.5" -version_info = (6, 5, 0, 0) +version = "6.6.dev1" +version_info = (6, 6, 0, -100) import importlib import typing -- 2.47.2