]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.10
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2025 16:43:04 +0000 (17:43 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2025 16:43:04 +0000 (17:43 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index f256a8d8ea479d71e2f42e9aac4f850e3313bb9c..0d04cb935ec5627d2f8f75dfd897ef826946e6fa 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.10
+
 ### Fixes
 
 * ♻️ Update internal annotation usage for compatibilty with Pydantic 2.11. PR [#13314](https://github.com/fastapi/fastapi/pull/13314) by [@Viicos](https://github.com/Viicos).
index c0b4cb989a7c0e50e0d7614896b5b536cf55dca1..a6e7e47fd6e6094402af9b441e2440441c92cfc1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.9"
+__version__ = "0.115.10"
 
 from starlette import status as status