From: Sebastián Ramírez Date: Tue, 3 Dec 2024 22:40:01 +0000 (+0100) Subject: 🔖 Release version 0.115.6 X-Git-Tag: 0.115.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb8c2a64981d3e806575a445115f29eddf014c77;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.6 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6cd6810acb..a786985d2d 100644 --- a/docs/en/docs/release-notes.md +++ b/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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 12faea9879..823957822e 100644 --- a/fastapi/__init__.py +++ b/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