From: Sebastián Ramírez Date: Mon, 27 Oct 2025 17:51:46 +0000 (+0100) Subject: 🔖 Release version 0.120.1 X-Git-Tag: 0.120.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c94c3f565b9b992d1eecafaeb0991e2b177d7c;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.120.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 8f39a3c317..dd3f002f21 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.120.1 + ### Upgrades * ⬆️ Bump Starlette to <`0.50.0`. PR [#14234](https://github.com/fastapi/fastapi/pull/14234) by [@YuriiMotov](https://github.com/YuriiMotov). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 46198eadad..787c52ddae 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.120.0" +__version__ = "0.120.1" from starlette import status as status