Browse Source

🔖 Release 0.10.0: BackgroundTasks and websockets fix

pull/105/head 0.10.0
Sebastián Ramírez 6 years ago
parent
commit
5a6e47bd49
  1. 2
      fastapi/__init__.py

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.9.1"
__version__ = "0.10.0"
from starlette.background import BackgroundTasks

Loading…
Cancel
Save