Skip to content

Commit b3f2a4b

Browse files
authored
Merge pull request #3352 from bdarnell/master
Set version to 6.4 final
2 parents 5a87723 + 451419c commit b3f2a4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: docs/releases/v6.4.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
What's new in Tornado 6.4.0
22
===========================
33

4-
In Progress
5-
-----------
4+
Nov 28, 2023
5+
------------
66

77
General Changes
88
~~~~~~~~~~~~~~~

Diff for: tornado/__init__.py

+2-2
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.4b1"
26-
version_info = (6, 4, 0, -99)
25+
version = "6.4"
26+
version_info = (6, 4, 0, 0)
2727

2828
import importlib
2929
import typing

0 commit comments

Comments
 (0)