mirror of https://github.com/pallets/flask.git
release version 3.0.1
This commit is contained in:
parent
5fcc999b7d
commit
f622b1cade
|
@ -1,7 +1,7 @@
|
|||
Version 3.0.1
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2024-01-18
|
||||
|
||||
- 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`
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue