From: Sebastián Ramírez Date: Tue, 14 Feb 2023 09:17:53 +0000 (+0100) Subject: 🔖 Release version 0.92.0 X-Git-Tag: 0.92.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6879082b3668edd213d035b6e9a90a4bccf32e01;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.92.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a46d44f823..7a2cdc35a5 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest Changes + +## 0.92.0 + 🚨 This is a security fix. Please upgrade as soon as possible. ### Upgrades diff --git a/fastapi/__init__.py b/fastapi/__init__.py index f26dc09a0b..33875c7fa7 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.91.0" +__version__ = "0.92.0" from starlette import status as status