]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.52.0 0.52.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:34:38 +0000 (22:34 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:34:38 +0000 (22:34 +0100)
docs/release-notes.md
fastapi/__init__.py

index 7786868605326ee8df9e3d3358c3b0feb4314ec8..49095f66e03f4de4188e1999bbbfd4ba380d43e4 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.52.0
+
 * Add new high-performance JSON response class using `orjson`. New docs: [Custom Response - HTML, Stream, File, others: `ORJSONResponse`](https://fastapi.tiangolo.com/advanced/custom-response/#use-orjsonresponse). PR [#1065](https://github.com/tiangolo/fastapi/pull/1065).
 
 ## 0.51.0
index 680abe9010636538d5f4cad7fd3662d9336f0a57..af924de869cf2b0136bd11b7fef8844b351ef574 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.51.0"
+__version__ = "0.52.0"
 
 from starlette import status