From 5a6e47bd495b7ee0bb2f4eb6dce570686c21c554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 24 Mar 2019 23:37:37 +0400 Subject: [PATCH] :bookmark: Release 0.10.0: BackgroundTasks and websockets fix --- fastapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 6affb37e1..9269e5337 100644 --- a/fastapi/__init__.py +++ b/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