From: Sebastián Ramírez Date: Thu, 9 Feb 2023 19:41:40 +0000 (+0100) Subject: 🔖 Release version 0.90.1 X-Git-Tag: 0.90.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e94ec2bf089740a2cc1a71883ef24e0e8029c4a;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.90.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 3552418b7a..272f94dcd3 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -3,6 +3,8 @@ ## Latest Changes +## 0.90.1 + ### Upgrades * ⬆️ Upgrade Starlette range to allow 0.23.1. PR [#5980](https://github.com/tiangolo/fastapi/pull/5980) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 656bb879a6..5482f8d6c5 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.0" +__version__ = "0.90.1" from starlette import status as status