From: Sebastián Ramírez Date: Sat, 14 May 2022 19:58:04 +0000 (-0500) Subject: 🔖 Release version 0.78.0 X-Git-Tag: 0.78.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1876ebc77949a9a254909ec61ea0c09365169ec2;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.78.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a671fe276c..edc58171bf 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest Changes + +## 0.78.0 + ### Features * ✨ Add support for omitting `...` as default value when declaring required parameters with: diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 1a4d001620..2465e2c274 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.77.1" +__version__ = "0.78.0" from starlette import status as status