From: Sebastián Ramírez Date: Thu, 18 Jun 2026 06:56:45 +0000 (+0200) Subject: 🔖 Release version 0.137.2 (#15790) X-Git-Tag: 0.137.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a0ba7bb1f5015383cdceb3822ca1abed6e32b82;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.137.2 (#15790) Co-authored-by: github-actions[bot] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index df7a7dddbe..4a52cc34df 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index fdd584b405..579fb169d1 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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