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

index fb7f61bed2dcf16fa52f82814aa23356bb5735f7..5e8528c9f2e23e8d8f104ebf646700a3533d5d58 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.138.2 (2026-06-29)
+
 ### Refactors
 
 * ♻️ Make `app.frontend()` return 404 for methods other than `GET` or `HEAD` with no static file matches. PR [#15863](https://github.com/fastapi/fastapi/pull/15863) by [@tiangolo](https://github.com/tiangolo).
index a61ac1bd735c29002edcf5ae6817c6da006cb335..af5117aecf1a9bdc8ec061174630db9f3de3f6b1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.138.1"
+__version__ = "0.138.2"
 
 from starlette import status as status