🔖 Release 0.19.0

This commit is contained in:
Sebastián Ramírez 2019-04-26 13:48:30 +04:00
parent 8998ccaffb
commit 8e3a7699a3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
## Next release
## 0.19.0
* Rename *path operation decorator* parameter `content_type` to `response_class`. PR <a href="https://github.com/tiangolo/fastapi/pull/183" target="_blank">#183</a>.
* Add docs:

View File

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