From: Sebastián Ramírez Date: Thu, 14 Feb 2019 19:04:55 +0000 (+0400) Subject: :bookmark: Release 0.4.0 with openapi_prefix, #26 X-Git-Tag: 0.4.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acbcbba94f444e714fac8a522d7190904d6e3544;p=thirdparty%2Ffastapi%2Ffastapi.git :bookmark: Release 0.4.0 with openapi_prefix, #26 --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 79f23251e0..37cb50e7ba 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.3.0" +__version__ = "0.4.0" from .applications import FastAPI from .routing import APIRouter