From: Sebastián Ramírez Date: Sun, 29 Nov 2020 18:36:38 +0000 (+0100) Subject: 🔖 Release version 0.62.0 X-Git-Tag: 0.62.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51e920e2fcf3e2a715081f28e3187549f2bf531a;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.62.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6c0e88ebe4..12a5b846f3 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.62.0 + ### Features * ✨ Add support for shared/top-level parameters (dependencies, tags, etc). PR [#2434](https://github.com/tiangolo/fastapi/pull/2434) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 91a83d04e4..3d1a699d9f 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.61.2" +__version__ = "0.62.0" from starlette import status