From: Sebastián Ramírez Date: Thu, 7 Oct 2021 17:34:27 +0000 (+0200) Subject: 🔖 Release version 0.70.0 X-Git-Tag: 0.70.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d80e02ae8a3efeed657f659399764886c61dafe;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.70.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 5e262b1d4a..e46060575b 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest Changes + +## 0.70.0 + This release just upgrades Starlette to the latest version, `0.16.0`, which includes several bug fixes and some small breaking changes. These last **three consecutive releases** are independent so that you can **migrate gradually**: diff --git a/fastapi/__init__.py b/fastapi/__init__.py index a95ef36763..4d4d4333d0 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.69.0" +__version__ = "0.70.0" from starlette import status as status