]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.6 0.115.6
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 3 Dec 2024 22:40:01 +0000 (23:40 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 3 Dec 2024 22:40:01 +0000 (23:40 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 6cd6810acbfcfab91c6a80887db4309bb8d72e7e..a786985d2d2c05c7579731f55716b680b14e1895 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.6
+
 ### Fixes
 
 * 🐛 Preserve traceback when exception is raised in sync dependency with `yield`. PR [#5823](https://github.com/fastapi/fastapi/pull/5823) by [@sombek](https://github.com/sombek).
index 12faea98797b89bbea838de606f3ba502c57774c..823957822e89709afcc1ec6af6e94703235c5b9c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.5"
+__version__ = "0.115.6"
 
 from starlette import status as status