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

index 65668c8abe324b92178bc1fd3234b7ac03e9f8fe..be11b78276454b5e3e85757a83361199d38d2db7 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.128.8
+
 ### Docs
 
 * 📝 Fix grammar in `docs/en/docs/tutorial/first-steps.md`. PR [#14708](https://github.com/fastapi/fastapi/pull/14708) by [@SanjanaS10](https://github.com/SanjanaS10).
index a9fe3e9719681e70b18210e1129975427849860e..9931216ee1ad3ef87d396ee1438ce0494668fbbc 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.128.7"
+__version__ = "0.128.8"
 
 from starlette import status as status