mirror of https://github.com/tiangolo/fastapi.git
🔖 Release 0.54.1
This commit is contained in:
parent
471d703611
commit
d4f3ca1c1b
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Latest changes
|
## Latest changes
|
||||||
|
|
||||||
|
## 0.54.1
|
||||||
|
|
||||||
* Update database test setup. PR [#1226](https://github.com/tiangolo/fastapi/pull/1226).
|
* 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).
|
* 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).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""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
|
from starlette import status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue