]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.135.4 0.135.4
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Apr 2026 11:37:43 +0000 (13:37 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Apr 2026 11:37:43 +0000 (13:37 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 8ebff9e05930e4b822c0407d3849b2e1fcf85d21..f2d6af7a762eaf00634ded51d1d40ea9f0d45a5f 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.135.4 (2026-04-16)
+
 ### Refactors
 
 * ðŸ”¥ Remove April Fool's `@app.vibe()` ðŸ¤ª. PR [#15363](https://github.com/fastapi/fastapi/pull/15363) by [@tiangolo](https://github.com/tiangolo).
index 31bc87c18cab633655bf5a08a6503bec8c4c143f..21cf17498d3d664f801bf09f664e0873169c2f5b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.135.3"
+__version__ = "0.135.4"
 
 from starlette import status as status