release: v19.6.0

This commit is contained in:
Yun Xu 2019-05-22 15:10:32 -07:00
parent 83e3d4ca1f
commit 16d262e3e5

View File

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