]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.141.0 (#16103) master 0.141.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 Jul 2026 14:45:21 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2026 14:45:21 +0000 (14:45 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index ebd21016600672ee5c4a6e3e726c4fc58980a24b..23d2701462b00000a946833bfa83b29d023c115b 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.141.0 (2026-07-29)
+
 ### Features
 
 * âœ¨ Add `app.frontend(check_dir="auto")`, to make local development more convenient with `fastapi dev`. PR [#16102](https://github.com/fastapi/fastapi/pull/16102) by [@tiangolo](https://github.com/tiangolo).
index 280f6f111e9d67d443f9551d17d7076f05906cf0..f3d64f14089d2980d81da00d59595bc9167ee1ec 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.13"
+__version__ = "0.141.0"
 
 from starlette import status as status