🔖 Release version 0.128.8

This commit is contained in:
Sebastián Ramírez
2026-02-11 16:16:34 +01:00
parent 1ed9bd4923
commit bdd20051c4
2 changed files with 3 additions and 1 deletions

View 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).

View 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