From: Sebastián Ramírez Date: Tue, 30 Apr 2024 00:34:06 +0000 (-0700) Subject: 🔖 Release version 0.110.3 X-Git-Tag: 0.110.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32be95dd867386d8331705a3c47d1b8b64bb1c9e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.110.3 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 7a19399764..7109c47c34 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -5,6 +5,8 @@ hide: # Release Notes +## 0.110.3 + ## Latest Changes ### Docs diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 32d5c41e17..d657d54849 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.110.3.dev2" +__version__ = "0.110.3" from starlette import status as status