mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.8.2
This commit is contained in:
parent
33b2b10383
commit
39c05dc162
3 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet"
|
name = "royalnet"
|
||||||
version = "5.8.1"
|
version = "5.8.2"
|
||||||
description = "A multipurpose bot and web framework"
|
description = "A multipurpose bot and web framework"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
|
|
@ -7,7 +7,6 @@ from .api_token_create import ApiTokenCreateStar
|
||||||
from .api_user_get import ApiUserGetStar
|
from .api_user_get import ApiUserGetStar
|
||||||
from .api_user_list import ApiUserListStar
|
from .api_user_list import ApiUserListStar
|
||||||
from .api_user_find import ApiUserFindStar
|
from .api_user_find import ApiUserFindStar
|
||||||
from .api_alias_list import ApiAliasListStar
|
|
||||||
from .docs import DocsStar
|
from .docs import DocsStar
|
||||||
|
|
||||||
# Enter the PageStars of your Pack here!
|
# Enter the PageStars of your Pack here!
|
||||||
|
@ -20,7 +19,6 @@ available_page_stars = [
|
||||||
ApiUserGetStar,
|
ApiUserGetStar,
|
||||||
ApiUserListStar,
|
ApiUserListStar,
|
||||||
ApiUserFindStar,
|
ApiUserFindStar,
|
||||||
ApiAliasListStar,
|
|
||||||
DocsStar,
|
DocsStar,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.8.1"
|
semantic = "5.8.2"
|
||||||
|
|
Loading…
Reference in a new issue