]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.10.0: BackgroundTasks and websockets fix 0.10.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Mar 2019 19:37:37 +0000 (23:37 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Mar 2019 19:37:37 +0000 (23:37 +0400)
fastapi/__init__.py

index 6affb37e1c57636c263abb06101f2b7fb1368a17..9269e53379fa92b00426cb8610754973b830d7df 100644 (file)
@@ -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