]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.137.0 (#15748) master 0.137.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 14 Jun 2026 12:47:28 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jun 2026 12:47:28 +0000 (12:47 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 88bd14374074d64a184400ea4c3e18345095f968..704c5599f256798adf984de53027263becf1f15e 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.137.0 (2026-06-14)
+
 ### Breaking Changes
 
 * ♻️ Refactor internals to preserve `APIRouter` and `APIRoute` instances. PR [#15745](https://github.com/fastapi/fastapi/pull/15745) by [@tiangolo](https://github.com/tiangolo).
index 38e74723220bf8cf8224967fb60219f580b2dcf4..808f6b294b9026fda4511df8315f1db3a94a486e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.136.3"
+__version__ = "0.137.0"
 
 from starlette import status as status