start version 3.0.1

This commit is contained in:
David Lord 2023-11-15 12:50:46 -08:00
parent 5308db0637
commit 66743d4f9d
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.1
-------------
Unreleased
Version 3.0.0 Version 3.0.0
------------- -------------

View file

@ -1,6 +1,6 @@
[project] [project]
name = "Flask" name = "Flask"
version = "3.0.0" version = "3.0.1.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"}