From: Sebastián Ramírez Date: Wed, 22 Jan 2025 22:50:29 +0000 (+0000) Subject: 🔖 Release version 0.115.7 X-Git-Tag: 0.115.7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe513719ea98abade167d8a89e92f600d9d8f0e5;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.7 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index c7f01b82f0..c8a75756b9 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.115.7 + ### Upgrades * ⬆️ Upgrade `python-multipart` to >=0.0.18. PR [#13219](https://github.com/fastapi/fastapi/pull/13219) by [@DanielKusyDev](https://github.com/DanielKusyDev). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 823957822e..c92279cfd0 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.6" +__version__ = "0.115.7" from starlette import status as status