🔖 Release 0.24.0

This commit is contained in:
Sebastián Ramírez 2019-05-24 22:48:27 +04:00
parent 5c2828bd13
commit 67f8cb3b4f
2 changed files with 3 additions and 1 deletions

View File

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

View File

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