release version 3.1.2

This commit is contained in:
David Lord 2025-08-19 13:42:11 -07:00
parent 1292419ddf
commit 2c1b30d050
No known key found for this signature in database
GPG Key ID: 43368A7AA8CC5926
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Version 3.1.2
-------------
Unreleased
Released 2025-08-19
- ``stream_with_context`` does not fail inside async views. :issue:`5774`
- When using ``follow_redirects`` in the test client, the final state

View File

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

View File

@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.12'",
@ -388,7 +388,7 @@ wheels = [
[[package]]
name = "flask"
version = "3.1.2.dev0"
version = "3.1.2"
source = { editable = "." }
dependencies = [
{ name = "blinker" },
@ -642,7 +642,7 @@ name = "importlib-metadata"
version = "8.7.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "zipp" },
{ name = "zipp", marker = "python_full_version < '3.10'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/76/66/650a33bd90f786193e4de4b3ad86ea60b53c89b669a5c7be931fac31cdb0/importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000", size = 56641, upload-time = "2025-04-27T15:29:01.736Z" }
wheels = [