Remove version section (#1893)

This commit is contained in:
Egor 2020-07-09 07:17:50 +03:00 committed by GitHub
parent 26aa6d23c7
commit 9f2818ee29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -0,0 +1 @@
Remove [version] section.

View File

@ -11,9 +11,3 @@ line_length = 79
lines_after_imports = 2 lines_after_imports = 2
lines_between_types = 1 lines_between_types = 1
multi_line_output = 3 multi_line_output = 3
[version]
current_version = 19.12.0
files = sanic/__version__.py
current_version_pattern = __version__ = "{current_version}"
new_version_pattern = __version__ = "{new_version}"