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

index 78265815e5ce49d10a5fb8ab39884c0a3d634346..c5ca7376d4b7f278d5c9da4644755785129a484a 100644 (file)
@@ -2,6 +2,11 @@
 
 ## Latest Changes
 
+
+## 0.74.1
+
+### Features
+
 * âœ¨ Include route in scope to allow middleware and other tools to extract its information. PR [#4603](https://github.com/tiangolo/fastapi/pull/4603) by [@tiangolo](https://github.com/tiangolo).
 
 ## 0.74.0
index 5772e7ec8a7553333092ba138e8885832468dd33..dc265558a6d6ec6d3a9753b7fcdf9c2df41684d9 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.74.0"
+__version__ = "0.74.1"
 
 from starlette import status as status