]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.139.2 (#16014) 0.139.2
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Jul 2026 15:04:54 +0000 (17:04 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 15:04:54 +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 1bea3f1f7e3b2e622499af67763b120ff4fafe92..57116f26d7e0806802b1575f135f76bf78afdae4 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.139.2 (2026-07-16)
+
 ### Fixes
 
 * 🐛 Refactor router route building to make it thread-safe, mainly relevant for tests running in parallel threads (uncommon). PR [#16013](https://github.com/fastapi/fastapi/pull/16013) by [@tiangolo](https://github.com/tiangolo).
index ee04d988750c5c708671d2e7ef16b583ddc5e5e1..5177ea094bbc0604d6793d3bb2f7abd85542a8dc 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.139.1"
+__version__ = "0.139.2"
 
 from starlette import status as status