🔖 Release version 0.91.0

This commit is contained in:
Sebastián Ramírez 2023-02-10 15:33:25 +01:00
parent 3c05189b06
commit 2ca77f9a4d
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.91.0
### Upgrades
* ⬆️ Upgrade Starlette version to `0.24.0` and refactor internals for compatibility. PR [#5985](https://github.com/tiangolo/fastapi/pull/5985) by [@tiangolo](https://github.com/tiangolo).

View File

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