Skip to content

Commit

Permalink
Merge pull request #3352 from bdarnell/master
Browse files Browse the repository at this point in the history
Set version to 6.4 final
  • Loading branch information
bdarnell committed Nov 29, 2023
2 parents 5a87723 + 451419c commit b3f2a4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/releases/v6.4.0.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
What's new in Tornado 6.4.0
===========================

In Progress
-----------
Nov 28, 2023
------------

General Changes
~~~~~~~~~~~~~~~
Expand Down
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.4b1"
version_info = (6, 4, 0, -99)
version = "6.4"
version_info = (6, 4, 0, 0)

import importlib
import typing
Expand Down

0 comments on commit b3f2a4b

Please sign in to comment.