]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.54.0 0.54.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 5 Apr 2020 14:50:16 +0000 (16:50 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 5 Apr 2020 14:50:16 +0000 (16:50 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 9a267b498579c97544adcda3b12a5e42b20d16f4..2743f3f47df7ab6b98ff891b54325606b38ada88 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.54.0
+
 * Fix grammatical mistakes in async docs. PR [#1188](https://github.com/tiangolo/fastapi/pull/1188) by [@mickeypash](https://github.com/mickeypash).
 * Add support for `response_model_exclude_defaults` and `response_model_exclude_none`:
     * Deprecate the parameter `include_none` in `jsonable_encoder` and add the inverted `exclude_none`, to keep in sync with Pydantic.
index 99334962d835172b3248c8e8456780872fa29c30..b2cfecfe73f82e71cf8a5ca22106e82ffc5386cb 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.53.2"
+__version__ = "0.54.0"
 
 from starlette import status