From: Sebastián Ramírez Date: Tue, 22 Oct 2024 14:26:52 +0000 (+0100) Subject: 🔖 Release version 0.115.3 X-Git-Tag: 0.115.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c519614b45009e7d51f010e82b0ddf77a327e327;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.115.3 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 9cd739cf10..be8f67ad6d 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.115.3 + ### Upgrades * ⬆️ Upgrade Starlette to `>=0.40.0,<0.42.0`. PR [#12469](https://github.com/fastapi/fastapi/pull/12469) by [@defnull](https://github.com/defnull). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 77b52f35bd..64d5dd39b2 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.2" +__version__ = "0.115.3" from starlette import status as status