]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Version bump, fixing several issues, lots of docs and tests 0.1.13
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 24 Dec 2018 05:35:20 +0000 (09:35 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 24 Dec 2018 05:35:20 +0000 (09:35 +0400)
fastapi/__init__.py

index ef0a831dbd365663d37be7ab897b0c250fec6cc2..dcb747a3add2c2547cbcee7e07ece74bc68b27be 100644 (file)
@@ -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