From: Sebastián Ramírez Date: Fri, 1 Apr 2022 23:05:52 +0000 (-0500) Subject: 🔖 Release version 0.75.1 X-Git-Tag: 0.75.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26f725d259c5dbe3654f221e608b14412c6b40da;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.75.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index d75a220cb3..4b0ba6c045 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest Changes + +## 0.75.1 + ### Translations * 🌐 Start Dutch translations. PR [#4703](https://github.com/tiangolo/fastapi/pull/4703) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 4bce5f0177..0ce2ef720d 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.75.0" +__version__ = "0.75.1" from starlette import status as status