]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.53.2 0.53.2
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Mar 2020 19:49:50 +0000 (21:49 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Mar 2020 19:49:50 +0000 (21:49 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 426f3a9928cbced14d2b2646bd1e0108b0a8318a..542a36a00d4c5e75a592bca781d8964f578f99e9 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.53.2
+
 * Fix automatic embedding of body fields for dependencies and sub-dependencies. Original PR [#1079](https://github.com/tiangolo/fastapi/pull/1079) by [@Toad2186](https://github.com/Toad2186).
 * Fix dependency overrides in WebSocket testing. PR [#1122](https://github.com/tiangolo/fastapi/pull/1122) by [@amitlissack](https://github.com/amitlissack).
 * Fix docs script to ensure languages are always sorted. PR [#1189](https://github.com/tiangolo/fastapi/pull/1189).
index 68517b952a5c10adfbac4eaf493144d56f2597fe..99334962d835172b3248c8e8456780872fa29c30 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.53.1"
+__version__ = "0.53.2"
 
 from starlette import status