🔖 Release version 0.114.2

This commit is contained in:
Sebastián Ramírez 2024-09-13 22:46:33 +02:00
parent 3a5fd71f55
commit 2ada1615a3
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes ## Latest Changes
## 0.114.2
### Fixes ### Fixes
* 🐛 Fix form field regression with `alias`. PR [#12194](https://github.com/fastapi/fastapi/pull/12194) by [@Wurstnase](https://github.com/Wurstnase). * 🐛 Fix form field regression with `alias`. PR [#12194](https://github.com/fastapi/fastapi/pull/12194) by [@Wurstnase](https://github.com/Wurstnase).

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" """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 from starlette import status as status