Skip to content

Commit d8185ef

Browse files
committed
🔖 Release version 0.105.0
1 parent fc51d7e commit d8185ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/en/docs/release-notes.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ hide:
55

66
# Release Notes
77

8-
## Latest Changes
8+
## 0.105.0
99

10-
* 🔧 Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
10+
## Latest Changes
1111

1212
### Features
1313

@@ -23,6 +23,7 @@ hide:
2323

2424
### Internal
2525

26+
* 🔧 Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
2627
* 🔧 Update sponsors, add PropelAuth. PR [#10760](https://github.com/tiangolo/fastapi/pull/10760) by [@tiangolo](https://github.com/tiangolo).
2728
* 👷 Update build docs, verify README on CI. PR [#10750](https://github.com/tiangolo/fastapi/pull/10750) by [@tiangolo](https://github.com/tiangolo).
2829
* 🔧 Update sponsors, remove Fern. PR [#10729](https://github.com/tiangolo/fastapi/pull/10729) by [@tiangolo](https://github.com/tiangolo).

fastapi/__init__.py

+1-1
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.104.1"
3+
__version__ = "0.105.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)