]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.53.1 0.53.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Mar 2020 20:08:54 +0000 (22:08 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Mar 2020 20:08:54 +0000 (22:08 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index ec660441139d343a2d39f54075515a6caef9a05a..1abf560339260c599d807ec8fa029951233173b2 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.53.1
+
 * Fix included example after translations refactor. PR [#1182](https://github.com/tiangolo/fastapi/pull/1182).
 * Add docs example for `example` in `Field`. Docs at [Body - Fields: JSON Schema extras](https://fastapi.tiangolo.com/tutorial/body-fields/#json-schema-extras). PR [#1106](https://github.com/tiangolo/fastapi/pull/1106) by [@JohnPaton](https://github.com/JohnPaton).
 * Fix using recursive models in `response_model`. PR [#1164](https://github.com/tiangolo/fastapi/pull/1164) by [@voegtlel](https://github.com/voegtlel).
index 0a6c7aa2dbf7d01dfd7a44b0d4eb055f2246e3bf..68517b952a5c10adfbac4eaf493144d56f2597fe 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.53.0"
+__version__ = "0.53.1"
 
 from starlette import status