From: Sebastián Ramírez Date: Fri, 10 Feb 2023 14:33:25 +0000 (+0100) Subject: 🔖 Release version 0.91.0 X-Git-Tag: 0.91.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ca77f9a4de14de08ed6615ad0bb783a078678f2;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.91.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index fa6aafe998..6e53531abf 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 5482f8d6c5..f26dc09a0b 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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