]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.53.0 0.53.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 16:56:41 +0000 (17:56 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 16:56:41 +0000 (17:56 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index fdd8cf0740189d6c2431104d092f069200837ddb..4c077c396fe975e7138da9d00d9370ac9540ac72 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.53.0
+
 * Update test coverage badge. PR [#1175](https://github.com/tiangolo/fastapi/pull/1175).
 * Add `orjson` to `pip install fastapi[all]`. PR [#1161](https://github.com/tiangolo/fastapi/pull/1161) by [@michael0liver](https://github.com/michael0liver).
 * Fix included example for `GZipMiddleware`. PR [#1138](https://github.com/tiangolo/fastapi/pull/1138) by [@arimbr](https://github.com/arimbr).
index af924de869cf2b0136bd11b7fef8844b351ef574..0a6c7aa2dbf7d01dfd7a44b0d4eb055f2246e3bf 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.52.0"
+__version__ = "0.53.0"
 
 from starlette import status