🔖 Release version 0.79.1

This commit is contained in:
Sebastián Ramírez 2022-08-18 23:14:07 +02:00
parent 09381ba042
commit ab8988ff7c
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.79.1
### Fixes
* 🐛 Fix `jsonable_encoder` using `include` and `exclude` parameters for non-Pydantic objects. PR [#2606](https://github.com/tiangolo/fastapi/pull/2606) by [@xaviml](https://github.com/xaviml).

View File

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