🔖 Release version 0.70.1

This commit is contained in:
Sebastián Ramírez
2021-12-12 12:39:32 +01:00
parent 9c25f9615c
commit 3efb4f7edf
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.70.0"
__version__ = "0.70.1"
from starlette import status as status