mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
Reset YNH integration version to 1 on upstream version bumps
This commit is contained in:
parent
f95d29db47
commit
16d060b7f6
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ class AppAutoUpdater:
|
|||
if is_main:
|
||||
|
||||
def repl(m):
|
||||
return m.group(1) + new_version + m.group(3)
|
||||
return m.group(1) + new_version + "~ynh1"
|
||||
|
||||
content = re.sub(
|
||||
r"(\s*version\s*=\s*[\"\'])([\d\.]+)(\~ynh\d+[\"\'])", repl, content
|
||||
|
|
Loading…
Add table
Reference in a new issue