1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

publish: 1.2.0

This commit is contained in:
Steffo 2020-06-26 23:11:32 +02:00
parent 190777cc5c
commit a5cc5d1cb3
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
2 changed files with 2 additions and 2 deletions

View file

@ -44,4 +44,4 @@ class ApiWikiListStar(rca.ApiStar):
pages.append(page)
return [r.json_list() for r in pages]
return [r.json_list() for r in sorted(pages, key=lambda p: (p.category, p.title))]

View file

@ -1 +1 @@
semantic = "1.1.2"
semantic = "1.2.0"