release version 3.0.1
This commit is contained in:
parent
5fcc999b7d
commit
f622b1cade
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Version 3.0.1
|
Version 3.0.1
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2024-01-18
|
||||||
|
|
||||||
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
|
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
|
||||||
- Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344`
|
- Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "Flask"
|
name = "Flask"
|
||||||
version = "3.0.1.dev"
|
version = "3.0.1"
|
||||||
description = "A simple framework for building complex web applications."
|
description = "A simple framework for building complex web applications."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = {file = "LICENSE.rst"}
|
license = {file = "LICENSE.rst"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue