19.9.0 release (#1699)

This commit is contained in:
7 2019-10-12 07:54:47 -07:00 committed by Stephen Sadowski
parent 4f9739ed2c
commit be0d539746
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "19.6.3"
__version__ = "19.9.0"

View File

@ -14,7 +14,7 @@ multi_line_output = 3
not_skip = __init__.py
[version]
current_version = 19.6.3
current_version = 19.9.0
files = sanic/__version__.py
current_version_pattern = __version__ = "{current_version}"
new_version_pattern = __version__ = "{new_version}"