]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.11 0.115.11
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 1 Mar 2025 22:14:01 +0000 (23:14 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 1 Mar 2025 22:14:01 +0000 (23:14 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0c92d966d542384daddb883f2ff7ac5672e1b55c..0679ce8a1d8c05dd7dd8b9bd13e0076da3b9c1a3 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.11
+
 ### Fixes
 
 * 🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert [#13440](https://github.com/fastapi/fastapi/pull/13440). PR [#13442](https://github.com/fastapi/fastapi/pull/13442) by [@tiangolo](https://github.com/tiangolo).
index a6e7e47fd6e6094402af9b441e2440441c92cfc1..757b76106a19bf286d2b55ed52abc6670ab620c0 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.10"
+__version__ = "0.115.11"
 
 from starlette import status as status