18.12 release

This commit is contained in:
Yun Xu 2018-12-27 08:55:17 -08:00
parent e955e833c4
commit 56989a017b

View File

@ -2,6 +2,6 @@ from sanic.app import Sanic
from sanic.blueprints import Blueprint from sanic.blueprints import Blueprint
__version__ = "0.8.3" __version__ = "18.12"
__all__ = ["Sanic", "Blueprint"] __all__ = ["Sanic", "Blueprint"]