mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 1.2.0
This commit is contained in:
parent
190777cc5c
commit
a5cc5d1cb3
2 changed files with 2 additions and 2 deletions
|
@ -44,4 +44,4 @@ class ApiWikiListStar(rca.ApiStar):
|
||||||
|
|
||||||
pages.append(page)
|
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))]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "1.1.2"
|
semantic = "1.2.0"
|
||||||
|
|
Loading…
Reference in a new issue