]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.7 0.115.7
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jan 2025 22:50:29 +0000 (22:50 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 22 Jan 2025 22:50:29 +0000 (22:50 +0000)
docs/en/docs/release-notes.md
fastapi/__init__.py

index c7f01b82f0d6efaf7c10fa18b8fbd1500b0ee7d7..c8a75756b919e328829499d7d02715e0e019ee96 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.7
+
 ### Upgrades
 
 * ⬆️ Upgrade `python-multipart` to >=0.0.18. PR [#13219](https://github.com/fastapi/fastapi/pull/13219) by [@DanielKusyDev](https://github.com/DanielKusyDev).
index 823957822e89709afcc1ec6af6e94703235c5b9c..c92279cfd01f6e77ff25c0be64c198b0b92a425b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.6"
+__version__ = "0.115.7"
 
 from starlette import status as status