diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index f1202cd14..3a814e182 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 9ac36997f..7ae93ef8c 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