release version 3.0.2 (#5403)

This commit is contained in:
David Lord 2024-02-03 13:12:15 -08:00 committed by GitHub
commit d5e321b792
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.2
-------------
Unreleased
Released 2024-02-03
- Correct type for ``jinja_loader`` property. :issue:`5388`
- Fix error with ``--extra-files`` and ``--exclude-patterns`` CLI options.

View File

@ -1,6 +1,6 @@
[project]
name = "Flask"
version = "3.0.2.dev"
version = "3.0.2"
description = "A simple framework for building complex web applications."
readme = "README.rst"
license = {file = "LICENSE.rst"}