]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.74.0 0.74.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 17 Feb 2022 16:08:23 +0000 (17:08 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 17 Feb 2022 16:08:23 +0000 (17:08 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 3898eb62ef1efdfacfd3e927a9a52b064035017a..64f9dde64d7d300f7fb8b80dde1b44562726b4c5 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.74.0
+
 ### Breaking Changes
 
 * âœ¨ Update internal `AsyncExitStack` to fix context for dependencies with `yield`. PR [#4575](https://github.com/tiangolo/fastapi/pull/4575) by [@tiangolo](https://github.com/tiangolo).
index 8718788fa284dfa5a10eb7e445810adea13b589b..5772e7ec8a7553333092ba138e8885832468dd33 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.73.0"
+__version__ = "0.74.0"
 
 from starlette import status as status