🔖 Release version 0.57.0

This commit is contained in:
Sebastián Ramírez 2020-06-13 23:13:25 +02:00
parent c78bc0c82d
commit 34c857b7cb
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest changes
## 0.57.0
* Remove broken link from "External Links". PR [#1565](https://github.com/tiangolo/fastapi/pull/1565) by [@victorphoenix3](https://github.com/victorphoenix3).
* Update/fix docs for [WebSockets with dependencies](https://fastapi.tiangolo.com/advanced/websockets/#using-depends-and-others). Original PR [#1540](https://github.com/tiangolo/fastapi/pull/1540) by [@ChihSeanHsu](https://github.com/ChihSeanHsu).
* Add support for Python's `http.HTTPStatus` in `status_code` parameters. PR [#1534](https://github.com/tiangolo/fastapi/pull/1534) by [@retnikt](https://github.com/retnikt).

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.56.1"
__version__ = "0.57.0"
from starlette import status