Skip to content

Commit 7d6e707

Browse files
committed
🔖 Release version 0.80.0
1 parent 18819f9 commit 7d6e707

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/en/docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Latest Changes
44

5+
6+
## 0.80.0
7+
58
### Breaking Changes - Fixes
69

710
* 🐛 Fix `response_model` not invalidating `None`. PR [#2725](https://github.com/tiangolo/fastapi/pull/2725) by [@hukkin](https://github.com/hukkin).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
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.79.1"
3+
__version__ = "0.80.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)