Skip to content

Commit 0f54657

Browse files
committed
🔖 Release version 0.60.0
1 parent 79e5b36 commit 0f54657

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.60.0
6+
57
* Add GitHub Action to watch for missing preview docs and trigger a preview deploy. PR [#1740](https://github.com/tiangolo/fastapi/pull/1740).
68
* Add custom GitHub Action to get artifact with docs preview. PR [#1739](https://github.com/tiangolo/fastapi/pull/1739).
79
* Add new GitHub Actions to preview docs from PRs. PR [#1738](https://github.com/tiangolo/fastapi/pull/1738).

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.59.0"
3+
__version__ = "0.60.0"
44

55
from starlette import status
66

0 commit comments

Comments
 (0)