]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.139.1 (#16012) 0.139.1
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 16 Jul 2026 09:09:10 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 09:09:10 +0000 (09:09 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 024f01d1afebb295ba86c05ce72ef9f3576dd58c..17ecbd136319ce2192ae14262dc907ca98b819fa 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.139.1 (2026-07-16)
+
 ### Fixes
 
 * 🐛 Fix frontend fallback support for doted paths like `/users/john.doe`. PR [#16011](https://github.com/fastapi/fastapi/pull/16011) by [@tiangolo](https://github.com/tiangolo).
index df55e7a6c8ebbd1b6b05721e4b7c8dab5f76b38a..ee04d988750c5c708671d2e7ef16b583ddc5e5e1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.139.0"
+__version__ = "0.139.1"
 
 from starlette import status as status