Skip to content

Commit 5f25505

Browse files
🔖 Release version 0.140.12 (#16095)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76e2c83 commit 5f25505

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en/docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ hide:
77

88
## Latest Changes
99

10+
## 0.140.12 (2026-07-28)
11+
1012
### Fixes
1113

1214
* 🐛 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).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.140.11"
3+
__version__ = "0.140.12"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)