Skip to content

Commit bc09840

Browse files
authored
release version 3.1.0 (pallets#5640)
2 parents 70602a1 + ab81496 commit bc09840

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 3.1.0
22
-------------
33

4-
Unreleased
4+
Released 2024-11-13
55

66
- Drop support for Python 3.8. :pr:`5623`
77
- Update minimum dependency versions to latest feature releases.
@@ -16,7 +16,7 @@ Unreleased
1616
``MAX_FORM_MEMORY_SIZE`` and ``MAX_FORM_PARTS`` config. Added documentation
1717
about resource limits to the security page. :issue:`5625`
1818
- Add support for the ``Partitioned`` cookie attribute (CHIPS), with the
19-
``SESSION_COOKIE_PARTITIONED`` config. :issue`5472`
19+
``SESSION_COOKIE_PARTITIONED`` config. :issue:`5472`
2020
- ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files.
2121
``load_dotenv`` loads default files in addition to a path unless
2222
``load_defaults=False`` is passed. :issue:`5628`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask"
3-
version = "3.1.0.dev"
3+
version = "3.1.0"
44
description = "A simple framework for building complex web applications."
55
readme = "README.md"
66
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)