chore: apply patches from master to 3.0 (#14184)

This commit is contained in:
Samuel Attard 2018-08-17 17:42:46 -07:00 committed by GitHub
parent 0f937c2300
commit bd4334e2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -88,6 +88,7 @@ def main():
suffix = ''
if '-' in version:
suffix = '-' + version.split('-')[1]
versions[3] = parse_version(version)[3]
version = version.split('-')[0]
if args.dry_run: