From: Sebastián Ramírez Date: Sun, 23 Mar 2025 22:54:13 +0000 (+0100) Subject: 🔖 Release version 0.115.12 X-Git-Tag: 0.115.12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=628c34e0cae200564d191c95d7edea78c88c4b5e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.12 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 9d4bd33012..7e54dd7d65 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.115.12 + ### Fixes * 🐛 Fix `convert_underscores=False` for header Pydantic models. PR [#13515](https://github.com/fastapi/fastapi/pull/13515) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 757b76106a..80eb783da9 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.11" +__version__ = "0.115.12" from starlette import status as status