From 3c08b05ea6b58b3e5564c026f071cbb0979a6797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 30 Dec 2018 21:46:49 +0400 Subject: [PATCH] :bookmark: Bump version, after query and header as lists and bug fixes for Python 3.7 --- fastapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 814a547d7..4cfb64991 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.1.15" +__version__ = "0.1.16" from .applications import FastAPI from .routing import APIRouter