]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.41.0 0.41.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 7 Oct 2019 11:44:07 +0000 (06:44 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 7 Oct 2019 11:44:07 +0000 (06:44 -0500)
docs/release-notes.md
fastapi/__init__.py

index 678a4a47eaabb477a319aafebd1a243785a7a0a5..a6d35c65049933baf320f68e744b1775f1430505 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.41.0
+
 * Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`.
     * Add `State` to FastAPI apps at `app.state`.
     * PR [#593](https://github.com/tiangolo/fastapi/pull/593).
index dd6fd0398eb1dd7e72fa8798d6f9d04a48d68628..76c25d5055f6910680ae4f06ef897e2d32e47897 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.40.0"
+__version__ = "0.41.0"
 
 from starlette.background import BackgroundTasks