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

index 9d4bd33012c71cab2c2e6793e9064f92a71f8fda..7e54dd7d65a64af1e104d34c4f17bd723c19b7a4 100644 (file)
@@ -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).
index 757b76106a19bf286d2b55ed52abc6670ab620c0..80eb783da936dd8ce312bff8bf682d5681deca89 100644 (file)
@@ -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