]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.140.13 (#16096) master 0.140.13
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 28 Jul 2026 15:34:37 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2026 15:34:37 +0000 (15:34 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 53e09c543863b7d4f7b85fa67cb233d2acc79114..8834d5e422c1abc5e50ca2d44b091602137c6fc8 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
 
 ## Latest Changes
 
+## 0.140.13 (2026-07-28)
+
 ### Fixes
 
 * 🐛 Fix `status_code` being ignored for SSE and JSONL streaming endpoints. PR [#15937](https://github.com/fastapi/fastapi/pull/15937) by [@SAURABHSALVE](https://github.com/SAURABHSALVE).
 ### Fixes
 
 * 🐛 Fix `status_code` being ignored for SSE and JSONL streaming endpoints. PR [#15937](https://github.com/fastapi/fastapi/pull/15937) by [@SAURABHSALVE](https://github.com/SAURABHSALVE).
index 0214bfc18ba6f1c32dd8aacbf1995aefba39ca09..280f6f111e9d67d443f9551d17d7076f05906cf0 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.12"
+__version__ = "0.140.13"
 
 from starlette import status as status
 
 
 from starlette import status as status