start version 3.0.2

This commit is contained in:
David Lord 2024-02-03 09:41:38 -08:00
parent 233be7a0fa
commit 3207af8827
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Version 3.0.2
-------------
Unreleased
Version 3.0.1 Version 3.0.1
------------- -------------

View File

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