]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.117.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Sep 2025 19:34:05 +0000 (21:34 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Sep 2025 19:34:05 +0000 (21:34 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index d70b4e8abb719e935a1afbf0fbfc536e6c6bcca9..6adfe53464dde99d1f8c4dcadc59736b3e754300 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.117.0
+
 ### Features
 
 * âœ¨  Allow `None` as return type for bodiless responses. PR [#9425](https://github.com/fastapi/fastapi/pull/9425) by [@hofrob](https://github.com/hofrob).
index 9342f1addc91802200790260c1210fd97a4e2c10..d51e727d2fe5a85e183a0ef32cf7e13b69f5da3d 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.116.2"
+__version__ = "0.117.0"
 
 from starlette import status as status