Update .config/generate_xml.py

Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
mcarlton00 2020-08-08 18:45:54 -04:00 committed by GitHub
parent 564982919d
commit 6af4cfc05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ for dep in deps:
# Update version string
addon_version = data.get('version')
root.attrib['version'] = f'{addon_version}-{py_version}'
root.attrib['version'] = f'{addon_version}+{py_version}'
# Changelog
date = datetime.today().strftime('%Y-%m-%d')