From ab8149664182b662453a563161aa89013c806dc9 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 13 Nov 2024 08:43:28 -0800 Subject: [PATCH] release version 3.1.0 --- CHANGES.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6118d981de..07d008a0ae 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 3.1.0 ------------- -Unreleased +Released 2024-11-13 - Drop support for Python 3.8. :pr:`5623` - Update minimum dependency versions to latest feature releases. @@ -16,7 +16,7 @@ Unreleased ``MAX_FORM_MEMORY_SIZE`` and ``MAX_FORM_PARTS`` config. Added documentation about resource limits to the security page. :issue:`5625` - Add support for the ``Partitioned`` cookie attribute (CHIPS), with the - ``SESSION_COOKIE_PARTITIONED`` config. :issue`5472` + ``SESSION_COOKIE_PARTITIONED`` config. :issue:`5472` - ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files. ``load_dotenv`` loads default files in addition to a path unless ``load_defaults=False`` is passed. :issue:`5628` diff --git a/pyproject.toml b/pyproject.toml index 954ac18bb0..33473f8c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Flask" -version = "3.1.0.dev" +version = "3.1.0" description = "A simple framework for building complex web applications." readme = "README.md" license = {file = "LICENSE.txt"}