]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.133.0 0.133.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Feb 2026 09:51:43 +0000 (10:51 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Feb 2026 09:51:43 +0000 (10:51 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 7461e4f19b6db40329bd7b0e09d620d95ebb561f..9a6cb4e2195836a4a226e1d2518ce913611a4dfc 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.133.0
+
 ### Upgrades
 
 * ⬆️ Add support for Starlette 1.0.0+. PR [#14987](https://github.com/fastapi/fastapi/pull/14987) by [@tiangolo](https://github.com/tiangolo).
index c76fdeeba1b6d291e083326fd90ab36aeaff71f7..e87c69620209b32180b421d0f69b72bb8e90863e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.132.1"
+__version__ = "0.133.0"
 
 from starlette import status as status