]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.128.1 0.128.1
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 4 Feb 2026 17:33:29 +0000 (18:33 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 4 Feb 2026 17:33:29 +0000 (18:33 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0dd61444bbe55507c2984c0025d0a4bf9581cd6c..e3a133c18a98212eecab83b96fa0afa9aa7a0a42 100644 (file)
@@ -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).
index 6133787b068c4f549ba3886ca129cda585f3a90d..160e7235c33d69129ca313827ac71df983795e04 100644 (file)
@@ -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