19.6.2 release

This commit is contained in:
Yun Xu 2019-07-06 18:05:44 -07:00
parent 1eaa2e3a5f
commit 9d07988d75

View File

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