Merge pull request #1624 from huge-success/release-19-6-2

19.6.2 release
This commit is contained in:
Adam Hopkins 2019-07-07 05:04:23 +03:00 committed by GitHub
commit 68d5039c5f
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__ = "19.6.0"
__version__ = "19.6.2"
__all__ = ["Sanic", "Blueprint"]