Skip to content

Commit

Permalink
Merge pull request #3255 from bdarnell/bump-version-6.3.1
Browse files Browse the repository at this point in the history
Bump version to 6.3.1
  • Loading branch information
bdarnell committed Apr 21, 2023
2 parents 2453344 + cd5b9fc commit 419838b
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"
version_info = (6, 3, 0, 0)
version = "6.3.1"
version_info = (6, 3, 1, 0)

import importlib
import typing
Expand Down

0 comments on commit 419838b

Please sign in to comment.