release version 3.0.1 (#5386)

This commit is contained in:
David Lord 2024-01-18 12:03:25 -08:00 committed by GitHub
commit 233be7a0fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"}