From: Sebastián Ramírez Date: Fri, 13 Sep 2024 20:46:33 +0000 (+0200) Subject: 🔖 Release version 0.114.2 X-Git-Tag: 0.114.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ada1615a338a415a0ad7a9b879a1e7c09b9cce6;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.114.2 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 9370a1f3fd..3f0b60fd39 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.114.2 + ### Fixes * 🐛 Fix form field regression with `alias`. PR [#12194](https://github.com/fastapi/fastapi/pull/12194) by [@Wurstnase](https://github.com/Wurstnase). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index c2ed4859a7..3925d3603e 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.114.1" +__version__ = "0.114.2" from starlette import status as status