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

index 54a4297d7ca20152a6d409109473450dfaa6dfca..4b4ebee42bb08f8d5bb11f6900ab65d0945c781a 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.79.1
+
 ### Fixes
 
 * 🐛 Fix `jsonable_encoder` using `include` and `exclude` parameters for non-Pydantic objects. PR [#2606](https://github.com/tiangolo/fastapi/pull/2606) by [@xaviml](https://github.com/xaviml).
index e5cdbeb09d4b8b5fb18e4c46d14514f441820898..abcb219a99420adb2cf67062b14c0f3d2a32ab8c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.79.0"
+__version__ = "0.79.1"
 
 from starlette import status as status