]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.57.0 0.57.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 21:13:25 +0000 (23:13 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 21:13:25 +0000 (23:13 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index d958ffb12b732571b5df80a7362b104146a066ac..b0e3797b682b79fa133a085107a9ab48eebb8328 100644 (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).
index 8e56f22b44eee1cf754fe9e3d2b5da73730e008a..0f0ddc77e13a92f6bf6d7615c20f5e83e08301e1 100644 (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