File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Version 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 `
Original file line number Diff line number Diff line change 11[project ]
22name = " Flask"
3- version = " 3.1.0.dev "
3+ version = " 3.1.0"
44description = " A simple framework for building complex web applications."
55readme = " README.md"
66license = {file = " LICENSE.txt" }
You can’t perform that action at this time.
0 commit comments