File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Version 3.1.0
2
2
-------------
3
3
4
- Unreleased
4
+ Released 2024-11-13
5
5
6
6
- Drop support for Python 3.8. :pr: `5623 `
7
7
- Update minimum dependency versions to latest feature releases.
@@ -16,7 +16,7 @@ Unreleased
16
16
``MAX_FORM_MEMORY_SIZE `` and ``MAX_FORM_PARTS `` config. Added documentation
17
17
about resource limits to the security page. :issue: `5625 `
18
18
- Add support for the ``Partitioned `` cookie attribute (CHIPS), with the
19
- ``SESSION_COOKIE_PARTITIONED `` config. :issue`5472`
19
+ ``SESSION_COOKIE_PARTITIONED `` config. :issue: `5472 `
20
20
- ``-e path `` takes precedence over default ``.env `` and ``.flaskenv `` files.
21
21
``load_dotenv `` loads default files in addition to a path unless
22
22
``load_defaults=False `` is passed. :issue: `5628 `
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " Flask"
3
- version = " 3.1.0.dev "
3
+ version = " 3.1.0"
4
4
description = " A simple framework for building complex web applications."
5
5
readme = " README.md"
6
6
license = {file = " LICENSE.txt" }
You can’t perform that action at this time.
0 commit comments