From: Sebastián Ramírez Date: Thu, 15 Aug 2024 21:00:47 +0000 (-0500) Subject: 🔖 Release version 0.112.1 X-Git-Tag: 0.112.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f937c0c4afbd0b46cf2db91acac6814504bbdcb;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.112.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index b58e60203e..7245d072a0 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.112.1 + ### Upgrades * ⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0`. PR [#11876](https://github.com/fastapi/fastapi/pull/11876) by [@musicinmybrain](https://github.com/musicinmybrain). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 3413dffc81..0b79d45ef2 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.112.0" +__version__ = "0.112.1" from starlette import status as status