NOTICK Create semantic version numbers (#4045)

This commit is contained in:
Tommy Lillehagen 2018-10-08 14:19:56 +01:00 committed by GitHub
parent d987f18871
commit b8e88232b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ def main():
def mixin_version_and_product(command):
mixin_product(command)
command.add('VERSION', help='the target version of the release, e.g., 4.0', type=float)
command.add('VERSION', help='the target version of the release, e.g., 4.0', type=str)
def mixin_candidate(command, optional=False):
if optional: