From: Sebastián Ramírez Date: Tue, 12 Nov 2024 16:14:23 +0000 (+0100) Subject: 🔖 Release version 0.115.5 X-Git-Tag: 0.115.5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f057f4a0679255a01d79a96f259bc7e6ad2327e2;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.5 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6222ecbfa8..436c07a7e7 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.115.5 + ### Refactors * ♻️ Update internal checks to support Pydantic 2.10. PR [#12914](https://github.com/fastapi/fastapi/pull/12914) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 51e3ca5107..12faea9879 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.4" +__version__ = "0.115.5" from starlette import status as status