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

index 817f6e3d09e8d98b6d5798f60f47f55d9e6e4dff..8dd855e764586e33b35fb8b9e9d509731a71e925 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.12 (2026-07-28)
+
 ### Fixes
 
 * 🐛 Fix line splitting in `format_sse_event` to comply with SSE spec. PR [#15515](https://github.com/fastapi/fastapi/pull/15515) by [@Zawwarsami16](https://github.com/Zawwarsami16).
index 6d5b31a0ab2ef18d9d624df9ee461db5624a3247..0214bfc18ba6f1c32dd8aacbf1995aefba39ca09 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.11"
+__version__ = "0.140.12"
 
 from starlette import status as status