From: Sebastián Ramírez Date: Sat, 13 Jun 2020 21:13:25 +0000 (+0200) Subject: 🔖 Release version 0.57.0 X-Git-Tag: 0.57.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34c857b7cb493fa41f296c001234bc6b2ed6a083;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.57.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index d958ffb12b..b0e3797b68 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 8e56f22b44..0f0ddc77e1 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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