From: Sebastián Ramírez Date: Sun, 24 Mar 2019 19:37:37 +0000 (+0400) Subject: :bookmark: Release 0.10.0: BackgroundTasks and websockets fix X-Git-Tag: 0.10.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a6e47bd495b7ee0bb2f4eb6dce570686c21c554;p=thirdparty%2Ffastapi%2Ffastapi.git :bookmark: Release 0.10.0: BackgroundTasks and websockets fix --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 6affb37e1c..9269e53379 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