🔖 Release version 0.103.0

This commit is contained in:
Sebastián Ramírez 2023-08-26 20:10:27 +02:00
parent bd32bca55c
commit 415eb1405a
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.103.0
### Features
* ✨ Add support for `openapi_examples` in all FastAPI parameters. PR [#10152](https://github.com/tiangolo/fastapi/pull/10152) by [@tiangolo](https://github.com/tiangolo).

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.102.0"
__version__ = "0.103.0"
from starlette import status as status