release version 3.0.1

This commit is contained in:
David Lord 2024-01-18 09:19:14 -08:00
parent 5fcc999b7d
commit f622b1cade
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -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"}