]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.106.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 25 Dec 2023 18:01:26 +0000 (19:01 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 25 Dec 2023 18:01:26 +0000 (19:01 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a2424a383224fa3f3ae2e82c55e28be3787f6b8a..fc38cb475f052caba2e4c11e2680c9d443b5f6f7 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.106.0
+
 ### Breaking Changes
 
 Using resources from dependencies with `yield` in background tasks is no longer supported.
index dd16ea34db1eb1cb61b120c1f25e2499b17536b4..4348bd98e4dad632c4383decef2af2476c5a281f 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.105.0"
+__version__ = "0.106.0"
 
 from starlette import status as status