We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7209a9 + d203059 commit d5e321bCopy full SHA for d5e321b
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 3.0.2
2
-------------
3
4
-Unreleased
+Released 2024-02-03
5
6
- Correct type for ``jinja_loader`` property. :issue:`5388`
7
- Fix error with ``--extra-files`` and ``--exclude-patterns`` CLI options.
pyproject.toml
@@ -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"}
0 commit comments