From: Sebastián Ramírez Date: Mon, 19 Jul 2021 19:26:52 +0000 (+0200) Subject: 🔖 Release 0.66.1 X-Git-Tag: 0.66.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a38c51b9edfaec5f1d49d01247dc2b8467f5dc1;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release 0.66.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index f1202cd145..3a814e182c 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.66.1 + ### Translations * 🌐 Add basic setup for German translations. PR [#3522](https://github.com/tiangolo/fastapi/pull/3522) by [@0x4Dark](https://github.com/0x4Dark). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 9ac36997fc..7ae93ef8c5 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.66.0" +__version__ = "0.66.1" from starlette import status as status