mirror of https://github.com/pallets/flask.git
release version 3.0.2 (#5403)
This commit is contained in:
commit
d5e321b792
|
@ -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.
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue