]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.127.1 0.127.1
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Dec 2025 13:02:41 +0000 (14:02 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Dec 2025 13:02:41 +0000 (14:02 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 2af8abdfd4575ca38b5710ac4c3d27fc7c0168c3..3e9084d4751ade20227fe60df75c2966665285de 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.127.1
+
 ### Refactors
 
 * ðŸ”Š Add a custom `FastAPIDeprecationWarning`. PR [#14605](https://github.com/fastapi/fastapi/pull/14605) by [@tiangolo](https://github.com/tiangolo).
index 73df6dc6c984c0cc73dbbdae5aafd6e1b229fa25..dc447c8bfdca01b8f2157c177f773842c58b2bd0 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.127.0"
+__version__ = "0.127.1"
 
 from starlette import status as status