release version 3.1.3

This commit is contained in:
David Lord 2026-02-18 19:41:55 -08:00
parent 089cb86dd2
commit 22d924701a
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Version 3.1.3
-------------
Unreleased
Released 2026-02-18
- 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`

View file

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

2
uv.lock generated
View file

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