]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.133.1
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 25 Feb 2026 18:13:57 +0000 (19:13 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 25 Feb 2026 18:13:57 +0000 (19:13 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 79fe92b52bfd18225f70a9fe7d30f3aa42415361..d7f3856879ddcc29cf1b28fbe05f9f3ef3b0ee75 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.133.1
+
 ### Features
 
 * ðŸ”§ Add FastAPI Agents Skill. PR [#14982](https://github.com/fastapi/fastapi/pull/14982) by [@tiangolo](https://github.com/tiangolo).
index e87c69620209b32180b421d0f69b72bb8e90863e..e86d5cde635813e9c574ba99c802769b19ef3ef7 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.133.0"
+__version__ = "0.133.1"
 
 from starlette import status as status