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

index f2c89aaaa2222dee75d69cef990c3a222ed6aed2..921c2b9926a3c72a86cb5c25c2cb6b433c6bf1d7 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.68.1
+
 * âœ¨ Add support for `read_with_orm_mode`, to support [SQLModel](https://sqlmodel.tiangolo.com/) relationship attributes. PR [#3757](https://github.com/tiangolo/fastapi/pull/3757) by [@tiangolo](https://github.com/tiangolo).
 
 ### Translations
index 60f90b80d5058f76191f131c1a41d4ca47a86d0c..3163626698bd2d5c81fd867a90802cb494d6b372 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.68.0"
+__version__ = "0.68.1"
 
 from starlette import status as status