Skip to content

Commit 233be7a

Browse files
authored
release version 3.0.1 (#5386)
2 parents 5fcc999 + f622b1c commit 233be7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.0.1
22
-------------
33

4-
Unreleased
4+
Released 2024-01-18
55

66
- Correct type for ``path`` argument to ``send_file``. :issue:`5230`
77
- Fix a typo in an error message for the ``flask run --key`` option. :pr:`5344`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask"
3-
version = "3.0.1.dev"
3+
version = "3.0.1"
44
description = "A simple framework for building complex web applications."
55
readme = "README.rst"
66
license = {file = "LICENSE.rst"}

0 commit comments

Comments
 (0)