Browse Source

🔖 Release version 0.115.6

pull/13031/head 0.115.6
Sebastián Ramírez 4 months ago
parent
commit
bb8c2a6498
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -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).

2
fastapi/__init__.py

@ -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

Loading…
Cancel
Save