From: Sebastián Ramírez Date: Mon, 24 Dec 2018 05:35:20 +0000 (+0400) Subject: :bookmark: Version bump, fixing several issues, lots of docs and tests X-Git-Tag: 0.1.13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc3e7f2bbc9acfcf8b6fd57854b68e1ac8a9c560;p=thirdparty%2Ffastapi%2Ffastapi.git :bookmark: Version bump, fixing several issues, lots of docs and tests --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index ef0a831dbd..dcb747a3ad 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.12" +__version__ = "0.1.13" from .applications import FastAPI from .routing import APIRouter