🔖 Release version 0.97.0

This commit is contained in:
Sebastián Ramírez 2023-06-12 00:50:06 +02:00
parent 395ece75aa
commit 32935103b1
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
## Latest Changes
## 0.97.0
### Features
* ✨ Add support for `dependencies` in WebSocket routes. PR [#4534](https://github.com/tiangolo/fastapi/pull/4534) by [@paulo-raca](https://github.com/paulo-raca).

View File

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