Skip to content
Snippets Groups Projects
Commit c4712117 authored by Julian's avatar Julian
Browse files

Bump latest_stable_version to 27.1.7

parent 9329ac0e
No related branches found
No related tags found
No related merge requests found
Pipeline #29318 passed
...@@ -191,7 +191,7 @@ def update(): ...@@ -191,7 +191,7 @@ def update():
#latest_stable_version = platforms[-1]['version'] #latest_stable_version = platforms[-1]['version']
#if latest_stable_version.endswith('.0.0'): #if latest_stable_version.endswith('.0.0'):
# latest_stable_version = platforms[-2]['version'] # latest_stable_version = platforms[-2]['version']
latest_stable_version = '26.0.7' latest_stable_version = '27.1.7'
r = requests.get(f'https://apps.nextcloud.com/api/v1/platform/{latest_stable_version}/apps.json') r = requests.get(f'https://apps.nextcloud.com/api/v1/platform/{latest_stable_version}/apps.json')
apps = r.json() apps = r.json()
apps.sort(key=lambda app: app['id']) apps.sort(key=lambda app: app['id'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment