]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.80.0 0.80.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 23 Aug 2022 14:14:48 +0000 (16:14 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 23 Aug 2022 14:14:48 +0000 (16:14 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 524da6f42f64b1b432981b6c057b26c4033fdae1..fc48bf7ddea58f926dd03841022cfd47204ee570 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.80.0
+
 ### Breaking Changes - Fixes
 
 * 🐛 Fix `response_model` not invalidating `None`. PR [#2725](https://github.com/tiangolo/fastapi/pull/2725) by [@hukkin](https://github.com/hukkin).
index abcb219a99420adb2cf67062b14c0f3d2a32ab8c..3dc86cadf0deb151dc927f5da846eec76257d1b5 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.79.1"
+__version__ = "0.80.0"
 
 from starlette import status as status