]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.69.0 0.69.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 7 Oct 2021 16:45:43 +0000 (18:45 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 7 Oct 2021 16:45:43 +0000 (18:45 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 43229593d124bc7aeed2289047d169ca653b06ae..ffb2ecc7696823845319626b3d62c52c1f382f71 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.69.0
+
 ### Breaking Changes - Upgrade
 
 This release adds support for [Trio](https://trio.readthedocs.io/en/stable/). âœ¨
index ba2b9abf450eab9e5d598486cec2dd9f2ae04269..a95ef367635224b2aae699034b495e49b3ef3d47 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.68.2"
+__version__ = "0.69.0"
 
 from starlette import status as status