release version 3.0.2

This commit is contained in:
David Lord 2024-02-03 12:54:41 -08:00
parent d7209a9570
commit d2030595dc
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.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"}