mirror of https://github.com/tiangolo/fastapi.git
🔖 Release 0.19.0
This commit is contained in:
parent
8998ccaffb
commit
8e3a7699a3
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue