From: Sebastián Ramírez Date: Fri, 25 Aug 2023 19:18:38 +0000 (+0200) Subject: 🔖 Release version 0.102.0 X-Git-Tag: 0.102.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9cf9e1084dceb45e50946e4130801012ac0c0c59;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.102.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 517553c9a4..2375bfee54 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,7 @@ ## Latest Changes +## 0.102.0 ### Features diff --git a/fastapi/__init__.py b/fastapi/__init__.py index d8abf2103e..6979ec5fb9 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.101.1" +__version__ = "0.102.0" from starlette import status as status