Skip to content

Commit 8adbafc

Browse files
committed
🔖 Release version 0.101.0
1 parent 4b52777 commit 8adbafc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/en/docs/release-notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Latest Changes
44

5+
6+
## 0.101.0
7+
58
### Features
69

710
* ✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients. PR [#10011](https://github.com/tiangolo/fastapi/pull/10011) by [@tiangolo](https://github.com/tiangolo).

fastapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.100.1"
3+
__version__ = "0.101.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)