Merge pull request #1438 from yunstanford/master

18.12 Release
This commit is contained in:
7 2018-12-27 11:15:07 -08:00 committed by GitHub
commit aa7f2759a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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