Skip to content

Commit 22aa385

Browse files
committed
Bump and release 0.20.0
1 parent abb04a5 commit 22aa385

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Version 0.20.0
22

3-
Unreleased
3+
Released 2024-12-23
44

55
- Drop support for Python 3.8.
66
- Fix deprecated `asyncio.iscoroutinefunction` for Python 3.14.
77
- Allow `AsyncIterable` to be passed to `Response`.
8+
- Support max_form_parts and max_form_memory_size.
89

910
## Version 0.19.9
1011

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Quart"
3-
version = "0.20.0.dev"
3+
version = "0.20.0"
44
description = "A Python ASGI web framework with the same API as Flask"
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)