Browse Source

🔖 Release version 0.105.0

pull/10777/head
Sebastián Ramírez 1 year ago
parent
commit
d8185efb6e
  1. 5
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

5
docs/en/docs/release-notes.md

@ -5,9 +5,9 @@ hide:
# Release Notes
## Latest Changes
## 0.105.0
* 🔧 Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
## Latest Changes
### Features
@ -23,6 +23,7 @@ hide:
### Internal
* 🔧 Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
* 🔧 Update sponsors, add PropelAuth. PR [#10760](https://github.com/tiangolo/fastapi/pull/10760) by [@tiangolo](https://github.com/tiangolo).
* 👷 Update build docs, verify README on CI. PR [#10750](https://github.com/tiangolo/fastapi/pull/10750) by [@tiangolo](https://github.com/tiangolo).
* 🔧 Update sponsors, remove Fern. PR [#10729](https://github.com/tiangolo/fastapi/pull/10729) by [@tiangolo](https://github.com/tiangolo).

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.104.1"
__version__ = "0.105.0"
from starlette import status as status

Loading…
Cancel
Save