fix current version in setup.cfg for relase script

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana 2018-12-15 17:51:52 +05:30
parent c42c274002
commit 87ab0b386d
No known key found for this signature in database
GPG Key ID: 8AF211CB60D4B28C

View File

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