We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64f9df commit e14b50cCopy full SHA for e14b50c
app.py
@@ -61,7 +61,6 @@ def api_listversions():
61
tags = repository.listtags(project['repository'])
62
tags = [t for t in tags if not t.startswith('sha-')]
63
tags.sort(key=natsort_keygen(alg=ns.NUMAFTER))
64
- tags.reverse()
65
return { 'status': 'ok', 'versions': tags }
66
67
@app.get("/listspiders.json")
0 commit comments