Skip to content

Commit d4f3ca1

Browse files
committed
🔖 Release 0.54.1
1 parent 471d703 commit d4f3ca1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest changes
44

5+
## 0.54.1
6+
57
* Update database test setup. PR [#1226](https://github.com/tiangolo/fastapi/pull/1226).
68
* 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).
79

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.54.0"
3+
__version__ = "0.54.1"
44

55
from starlette import status
66

0 commit comments

Comments
 (0)