Skip to content

Commit 5c11d3c

Browse files
committed
Bump version to 6.5b1
1 parent 581df4c commit 5c11d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tornado/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# is zero for an official release, positive for a development branch,
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
25-
version = "6.5.dev1"
26-
version_info = (6, 5, 0, -100)
25+
version = "6.5b1"
26+
version_info = (6, 5, 0, -99)
2727

2828
import importlib
2929
import typing

0 commit comments

Comments
 (0)