Browse Source

🔖 Release 0.24.0

pull/262/head 0.24.0
Sebastián Ramírez 6 years ago
parent
commit
67f8cb3b4f
  1. 2
      docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/release-notes.md

@ -1,5 +1,7 @@
## Next release
## 0.24.0
* Add support for WebSockets with dependencies and parameters.
* Support included for:
* `Depends`

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.23.0"
__version__ = "0.24.0"
from starlette.background import BackgroundTasks

Loading…
Cancel
Save