Skip to content

Commit

Permalink
Bump and release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Dec 23, 2024
1 parent abb04a5 commit 22aa385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Version 0.20.0

Unreleased
Released 2024-12-23

- Drop support for Python 3.8.
- Fix deprecated `asyncio.iscoroutinefunction` for Python 3.14.
- Allow `AsyncIterable` to be passed to `Response`.
- Support max_form_parts and max_form_memory_size.

## Version 0.19.9

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Quart"
version = "0.20.0.dev"
version = "0.20.0"
description = "A Python ASGI web framework with the same API as Flask"
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit 22aa385

Please sign in to comment.