mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Update .config/generate_xml.py
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
564982919d
commit
6af4cfc05f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ for dep in deps:
|
||||||
|
|
||||||
# Update version string
|
# Update version string
|
||||||
addon_version = data.get('version')
|
addon_version = data.get('version')
|
||||||
root.attrib['version'] = f'{addon_version}-{py_version}'
|
root.attrib['version'] = f'{addon_version}+{py_version}'
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
date = datetime.today().strftime('%Y-%m-%d')
|
date = datetime.today().strftime('%Y-%m-%d')
|
||||||
|
|
Loading…
Reference in a new issue