]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Bump version, after query and header as lists v0.1.16
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 30 Dec 2018 17:46:49 +0000 (21:46 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 30 Dec 2018 17:46:49 +0000 (21:46 +0400)
and bug fixes for Python 3.7

fastapi/__init__.py

index 814a547d762f8d2681e60958e6fdaa1063a61443..4cfb64991fd1e2e8549c4473ca790ebc9f14c42a 100644 (file)
@@ -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