adopt CalVer: MM.YY.MICRO, 18.12.0 release

This commit is contained in:
Yun Xu 2018-12-27 11:00:38 -08:00
parent 56989a017b
commit 9b9dd67797

View File

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