]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.13 0.115.13
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 17 Jun 2025 11:41:24 +0000 (13:41 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 17 Jun 2025 11:41:24 +0000 (13:41 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 77cf98cbc95586e1f3804241990246fe2f60b240..f21f3e101299eae3e6756ceb7968a0664595db0b 100644 (file)
@@ -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).
index 80eb783da936dd8ce312bff8bf682d5681deca89..1768d02047ccc07a23dd33ec3eeae5b33eff1a3a 100644 (file)
@@ -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