]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.4.0 with openapi_prefix, #26 0.4.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 14 Feb 2019 19:04:55 +0000 (23:04 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 14 Feb 2019 19:04:55 +0000 (23:04 +0400)
fastapi/__init__.py

index 79f23251e0b523edccdc22dbf9902d4c60bc78c5..37cb50e7ba84a8efd118a396ee187562dce5e28a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.3.0"
+__version__ = "0.4.0"
 
 from .applications import FastAPI
 from .routing import APIRouter