release version 3.1.3 (#5924)

This commit is contained in:
David Lord 2026-02-18 21:01:53 -08:00 committed by GitHub
commit f00ad424ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Version 3.1.3 Version 3.1.3
------------- -------------
Unreleased Released 2026-02-18
- The session is marked as accessed for operations that only access the keys - The session is marked as accessed for operations that only access the keys
but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726` but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`

View file

@ -1,6 +1,6 @@
[project] [project]
name = "Flask" name = "Flask"
version = "3.1.3.dev" version = "3.1.3"
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 = "BSD-3-Clause" license = "BSD-3-Clause"

2
uv.lock generated
View file

@ -495,7 +495,7 @@ wheels = [
[[package]] [[package]]
name = "flask" name = "flask"
version = "3.1.3.dev0" version = "3.1.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "blinker" }, { name = "blinker" },