Browse Source

🔖 Release version 0.83.0

pull/5324/head
Sebastián Ramírez 3 years ago
parent
commit
ed0fcba7cb
  1. 3
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

3
docs/en/docs/release-notes.md

@ -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).

2
fastapi/__init__.py

@ -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

Loading…
Cancel
Save