]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.5 0.115.5
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Nov 2024 16:14:23 +0000 (17:14 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Nov 2024 16:14:23 +0000 (17:14 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 6222ecbfa8fc81b7d5c949ef93b388657e4af2e6..436c07a7e7ddd93bdf7e97590f6d9e4eb12f50c6 100644 (file)
@@ -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).
index 51e3ca5107d5a250b478a5adef6324ad5521a17c..12faea98797b89bbea838de606f3ba502c57774c 100644 (file)
@@ -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