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

index 95d0edfe76d9094a599823b893803dc37d1ed886..833d52bda4a27f74570f0388846fd8028109b1da 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.9
+
 ### Fixes
 
 * 🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True`. PR [#2939](https://github.com/fastapi/fastapi/pull/2939) by [@arthurio](https://github.com/arthurio).
index e3e0200aed181676d599797180c918c4c9a5d27b..c0b4cb989a7c0e50e0d7614896b5b536cf55dca1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.8"
+__version__ = "0.115.9"
 
 from starlette import status as status