We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ba33 commit 033d165Copy full SHA for 033d165
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.20.0
2
+
3
+* Support Python 3.14 by @Kludex in https://github.com/Kludex/mangum/pull/354
4
5
# 0.19.0
6
7
* Add support for [Lifespan State](https://asgi.readthedocs.io/en/latest/specs/lifespan.html#lifespan-state).
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "mangum"
-version = "0.19.0"
+version = "0.20.0"
8
authors = [
9
{ name = "Jordan Eremieff", email = "jordan@eremieff.com" },
10
{ name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" },
0 commit comments