Skip to content

Commit

Permalink
Merge pull request #3249 from bdarnell/version-6.3b1
Browse files Browse the repository at this point in the history
Set version number to 6.3b1
  • Loading branch information
bdarnell committed Apr 9, 2023
2 parents 86c9151 + d0c57b7 commit c83389f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tornado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.dev1"
version_info = (6, 3, 0, -100)
version = "6.3b1"
version_info = (6, 3, 0, -99)

import importlib
import typing
Expand Down

0 comments on commit c83389f

Please sign in to comment.