From: Sebastián Ramírez Date: Sun, 13 Nov 2022 21:36:53 +0000 (+0100) Subject: 🔖 Release version 0.87.0 X-Git-Tag: 0.87.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63a5ffcf577abc6015d021f65857b3826d8db74e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.87.0 --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 70f363c89c..afdc94874c 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.86.0" +__version__ = "0.87.0" from starlette import status as status