Merge pull request #1527 from seemethere/bump_1903

Bump version to 19.03.0
This commit is contained in:
Eli Uriegas 2019-03-22 16:40:54 -07:00 committed by GitHub
commit 783eb1a6e8
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 from sanic.blueprints import Blueprint
__version__ = "18.12.0" __version__ = "19.03.0"
__all__ = ["Sanic", "Blueprint"] __all__ = ["Sanic", "Blueprint"]