start version 3.1.0

This commit is contained in:
David Lord 2024-04-07 12:29:49 -07:00
parent aee16df63b
commit 19610a9e46
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.1.0
-------------
Unreleased
Version 3.0.3 Version 3.0.3
------------- -------------

View File

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