From: Sebastián Ramírez Date: Wed, 4 Feb 2026 17:33:29 +0000 (+0100) Subject: 🔖 Release version 0.128.1 X-Git-Tag: 0.128.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de0de56c8e9f90d1e8f5fe82323f343d0c2a936;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.128.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 0dd61444b..e3a133c18 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.128.1 + ### Features * ✨ Add `viewport` meta tag to improve Swagger UI on mobile devices. PR [#14777](https://github.com/fastapi/fastapi/pull/14777) by [@Joab0](https://github.com/Joab0). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 6133787b0..160e7235c 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.128.0" +__version__ = "0.128.1" from starlette import status as status