]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.79.0 0.79.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 14 Jul 2022 17:35:13 +0000 (19:35 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 14 Jul 2022 17:35:13 +0000 (19:35 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 5dece61630a2f751a05b5f7fb30d0d032a0467cd..55df22c068d7d16dc47a44dde3cbe0f0a6df16a5 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.79.0
+
 ### Fixes - Breaking Changes
 
 * 🐛 Fix removing body from status codes that do not support it. PR [#5145](https://github.com/tiangolo/fastapi/pull/5145) by [@tiangolo](https://github.com/tiangolo).
index 2465e2c274a493b7777f32e3d85aeddcdd7cbda0..e5cdbeb09d4b8b5fb18e4c46d14514f441820898 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.78.0"
+__version__ = "0.79.0"
 
 from starlette import status as status