]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.54.1 0.54.1
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Apr 2020 05:51:26 +0000 (07:51 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Apr 2020 05:51:26 +0000 (07:51 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 7247deb0038998952787d9e5f1ad1dd4c5718389..70d524f0ed4b956d968dd25a548ef6282cf38f74 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.54.1
+
 * Update database test setup. PR [#1226](https://github.com/tiangolo/fastapi/pull/1226).
 * Improve test debugging by showing response text in failing tests. PR [#1222](https://github.com/tiangolo/fastapi/pull/1222) by [@samuelcolvin](https://github.com/samuelcolvin).
 
index b2cfecfe73f82e71cf8a5ca22106e82ffc5386cb..2c2612f2d141747ea75b876539d561505d5577cd 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.54.0"
+__version__ = "0.54.1"
 
 from starlette import status