]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.138.1 (#15842) 0.138.1
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 25 Jun 2026 15:38:29 +0000 (17:38 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 15:38:29 +0000 (15:38 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 125481de7a3d7fd2faaf65be9f6be595ab5e7ac5..87286fe5155ae3e4d4a30f350f7c2760986163a3 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.138.1 (2026-06-25)
+
 ### Refactors
 
 * ♻️ Refactor Library Skills, make info easier to find for agents. PR [#15841](https://github.com/fastapi/fastapi/pull/15841) by [@tiangolo](https://github.com/tiangolo).
index d7b99b5df22dc64e9fb84179264282120ddc0f0e..a61ac1bd735c29002edcf5ae6817c6da006cb335 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.138.0"
+__version__ = "0.138.1"
 
 from starlette import status as status