We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcc999 commit f622b1cCopy full SHA for f622b1c
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.1
2
-------------
3
4
-Unreleased
+Released 2024-01-18
5
6
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
7
- Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344`
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Flask"
-version = "3.0.1.dev"
+version = "3.0.1"
description = "A simple framework for building complex web applications."
readme = "README.rst"
license = {file = "LICENSE.rst"}
0 commit comments