We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581df4c commit 5c11d3cCopy full SHA for 5c11d3c
tornado/__init__.py
@@ -22,8 +22,8 @@
22
# is zero for an official release, positive for a development branch,
23
# or negative for a release candidate or beta (after the base version
24
# number has been incremented)
25
-version = "6.5.dev1"
26
-version_info = (6, 5, 0, -100)
+version = "6.5b1"
+version_info = (6, 5, 0, -99)
27
28
import importlib
29
import typing
0 commit comments