Browse Source

🔖 Release version 0.97.0

pull/3459/head 0.97.0
Sebastián Ramírez 2 years ago
parent
commit
32935103b1
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

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

2
fastapi/__init__.py

@ -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

Loading…
Cancel
Save