Browse Source

🔖 Release version 0.128.7

pull/14886/head 0.128.7
Sebastián Ramírez 4 months ago
parent
commit
8f82c94de0
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.128.7
### Features
* ✨ Show a clear error on attempt to include router into itself. PR [#14258](https://github.com/fastapi/fastapi/pull/14258) by [@JavierSanchezCastro](https://github.com/JavierSanchezCastro).

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.128.6"
__version__ = "0.128.7"
from starlette import status as status

Loading…
Cancel
Save