From d2030595dcdc8ca5701504f00255360fb12a3a2b Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 3 Feb 2024 12:54:41 -0800 Subject: [PATCH] release version 3.0.2 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index edbaa963ae..37c54f9783 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. diff --git a/pyproject.toml b/pyproject.toml index a1b726d6a4..3fefae18a9 100644 --- a/pyproject.toml +++ b/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"}