]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump master branch version to 6.6.dev1 3499/head
authorBen Darnell <ben@bendarnell.com>
Thu, 15 May 2025 23:33:51 +0000 (19:33 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 15 May 2025 23:33:51 +0000 (19:33 -0400)
tornado/__init__.py

index 29df4439ea06297879518563c7cf78fda7d5d2c5..6d7538323ba1880c10c93c4168bdcf7699c14997 100644 (file)
@@ -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