From: Sebastián Ramírez Date: Sun, 14 Jul 2024 17:54:20 +0000 (-0500) Subject: 🔖 Release version 0.111.1 X-Git-Tag: 0.111.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1993642461031bac9d21dd87e7faf59f19049f6;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.111.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index f9dc1d71d8..3734f34823 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.111.1 + ### Upgrades * ➖ Remove `orjson` and `ujson` from default dependencies. PR [#11842](https://github.com/tiangolo/fastapi/pull/11842) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 04305ad8b1..4d60bc7dea 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.111.0" +__version__ = "0.111.1" from starlette import status as status