🔖 Release version 0.83.0

This commit is contained in:
Sebastián Ramírez 2022-09-11 18:25:29 +02:00
parent 22a155efc1
commit ed0fcba7cb
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.83.0
### Features
* ✨ Add support in `jsonable_encoder` for include and exclude with dataclasses. PR [#4923](https://github.com/tiangolo/fastapi/pull/4923) by [@DCsunset](https://github.com/DCsunset).

View File

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