]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.116.0 master 0.116.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 7 Jul 2025 15:07:03 +0000 (17:07 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 7 Jul 2025 15:07:03 +0000 (17:07 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index e8e7d9cdbe2bb30957d72d302a1fc0dbc3a241dd..d085081e2111abfd772165b8f172ab7269e6e7cc 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.116.0
+
 ### Features
 
 * âœ¨ Add support for deploying to FastAPI Cloud with `fastapi deploy`. PR [#13870](https://github.com/fastapi/fastapi/pull/13870) by [@tiangolo](https://github.com/tiangolo).
index e672ec9e5bdb360e8ef69981895b1f9f92ac803d..873ae18e000b2fc2f8befece71e7fd7cccef4e6a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.14"
+__version__ = "0.116.0"
 
 from starlette import status as status