start version 3.1.1

This commit is contained in:
David Lord 2024-11-23 16:01:16 -08:00
parent 18ffe1eaf6
commit dcbe86bd15
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Version 3.1.1
-------------
Unreleased
Version 3.1.0 Version 3.1.0
------------- -------------

View file

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