From: Sebastián Ramírez Date: Sat, 1 Mar 2025 22:14:01 +0000 (+0100) Subject: 🔖 Release version 0.115.11 X-Git-Tag: 0.115.11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3824664620433f0055125adbf2fc212ced2bdf94;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.11 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 0c92d966d5..0679ce8a1d 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index a6e7e47fd6..757b76106a 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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