From: Sebastián Ramírez Date: Tue, 17 Jun 2025 11:41:24 +0000 (+0200) Subject: 🔖 Release version 0.115.13 X-Git-Tag: 0.115.13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4734df1db89607c9579d2bb9795b02214e1e1d47;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.13 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 77cf98cbc9..f21f3e1012 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.115.13 + ### Fixes * 🐛 Fix truncating the model's description with form feed (`\f`) character for Pydantic V2. PR [#13698](https://github.com/fastapi/fastapi/pull/13698) by [@YuriiMotov](https://github.com/YuriiMotov). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 80eb783da9..1768d02047 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.12" +__version__ = "0.115.13" from starlette import status as status