--- /dev/null
+What's new in Tornado 6.5.1
+===========================
+
+May 22, 2025
+------------
+
+Bug fixes
+~~~~~~~~~
+
+- Fixed a bug in ``multipart/form-data`` parsing that could incorrectly reject filenames containing
+ characters above U+00FF (i.e. most characters outside the Latin alphabet).
# 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.5"
-version_info = (6, 5, 0, 0)
+version = "6.5.1"
+version_info = (6, 5, 1, 0)
import importlib
import typing