]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.137.2 (#15790) 0.137.2
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 18 Jun 2026 06:56:45 +0000 (08:56 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 06:56:45 +0000 (06:56 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index df7a7dddbefce5c7283457011639c392540c7ba7..4a52cc34df3b79b2c4f49b2b197306cc20e1c773 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.137.2 (2026-06-18)
+
 ### Features
 
 * âœ¨ Add `iter_route_contexts()` for advanced use cases that used to use `router.routes` (e.g. Jupyverse). PR [#15785](https://github.com/fastapi/fastapi/pull/15785) by [@tiangolo](https://github.com/tiangolo).
index fdd584b405b5729d7381c2f0cf0abb81eba395a8..579fb169d146fea0b411e472a61238c39a814ba4 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.137.1"
+__version__ = "0.137.2"
 
 from starlette import status as status