start version 3.1.3

This commit is contained in:
David Lord 2026-02-18 14:52:52 -08:00
parent 4e652d3f68
commit 27be933840
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
Version 3.1.3
-------------
Unreleased
Version 3.1.2
-------------

View file

@ -1,6 +1,6 @@
[project]
name = "Flask"
version = "3.1.2"
version = "3.1.3.dev"
description = "A simple framework for building complex web applications."
readme = "README.md"
license = "BSD-3-Clause"

4
uv.lock generated
View file

@ -495,7 +495,7 @@ wheels = [
[[package]]
name = "flask"
version = "3.1.2"
version = "3.1.3.dev0"
source = { editable = "." }
dependencies = [
{ name = "blinker" },
@ -854,7 +854,7 @@ name = "importlib-metadata"
version = "8.7.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "zipp" },
{ name = "zipp", marker = "python_full_version < '3.10'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/f3/49/3b30cad09e7771a4982d9975a8cbf64f00d4a1ececb53297f1d9a7be1b10/importlib_metadata-8.7.1.tar.gz", hash = "sha256:49fef1ae6440c182052f407c8d34a68f72efc36db9ca90dc0113398f2fdde8bb", size = 57107, upload-time = "2025-12-21T10:00:19.278Z" }
wheels = [