From 22d924701a6ae2e4cd01e9a15bbaf3946094af65 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 18 Feb 2026 19:41:55 -0800 Subject: [PATCH] release version 3.1.3 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 71d29e7e..8368f3a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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` diff --git a/pyproject.toml b/pyproject.toml index 80c3f3e9..697d2077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 49348a87..6d5e07e2 100644 --- a/uv.lock +++ b/uv.lock @@ -495,7 +495,7 @@ wheels = [ [[package]] name = "flask" -version = "3.1.3.dev0" +version = "3.1.3" source = { editable = "." } dependencies = [ { name = "blinker" },