]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.131.0 0.131.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 16:36:21 +0000 (17:36 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 22 Feb 2026 16:36:21 +0000 (17:36 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b9848e4607d33b0c245f341941cde57df21fec6b..c42133a2012d51394b8409cb98d0d14fda92b403 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.131.0
+
 ### Breaking Changes
 
 * 🗑️ Deprecate `ORJSONResponse` and `UJSONResponse`. PR [#14964](https://github.com/fastapi/fastapi/pull/14964) by [@tiangolo](https://github.com/tiangolo).
index ffa56faaf154b8e4a329f13d15d2bec70ac4b454..944fdd58f4fa7c6a2560334c4726cdfe96ec78ca 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.130.0"
+__version__ = "0.131.0"
 
 from starlette import status as status