]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.8 0.115.8
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 Jan 2025 13:58:14 +0000 (13:58 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 Jan 2025 13:58:14 +0000 (13:58 +0000)
docs/en/docs/release-notes.md
fastapi/__init__.py

index e4e8a339ac70d0e248e404ad93b64719526921f7..9dd9cc65ce6b9fead174d66d0b53d7f2e426a6ae 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.8
+
 ### Fixes
 
 * 🐛 Fix `OAuth2PasswordRequestForm` and `OAuth2PasswordRequestFormStrict` fixed `grant_type` "password" RegEx. PR [#9783](https://github.com/fastapi/fastapi/pull/9783) by [@skarfie123](https://github.com/skarfie123).
index c92279cfd01f6e77ff25c0be64c198b0b92a425b..e3e0200aed181676d599797180c918c4c9a5d27b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.7"
+__version__ = "0.115.8"
 
 from starlette import status as status