🔖 Release version 0.70.0

This commit is contained in:
Sebastián Ramírez
2021-10-07 19:34:27 +02:00
parent affe542753
commit 5d80e02ae8
2 changed files with 4 additions and 1 deletions

View 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