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

index 5e262b1d4ad526c5aa8c2137f21c3f0c97929b33..e46060575b17255d983718771e6e5dd30a9def17 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.70.0
+
 This release just upgrades Starlette to the latest version, `0.16.0`, which includes several bug fixes and some small breaking changes.
 
 These last **three consecutive releases** are independent so that you can **migrate gradually**:
index a95ef367635224b2aae699034b495e49b3ef3d47..4d4d4333d0bc3d7db335effb66969b483ae907a6 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.69.0"
+__version__ = "0.70.0"
 
 from starlette import status as status