mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Bump version
This commit is contained in:
parent
58b0d9f3b5
commit
0bf9c4ecd0
4 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
from . import audio, bots, commands, database, network, utils, error, web
|
||||
|
||||
version = "5.0a28"
|
||||
version = "5.0a29"
|
||||
|
||||
__all__ = ["audio", "bots", "commands", "database", "network", "utils", "error", "web"]
|
||||
|
|
|
@ -12,7 +12,7 @@ class TestConfig:
|
|||
|
||||
|
||||
app = create_app(TestConfig, [rp_home, rp_wikiview, rp_tglogin, rp_docs, rp_wikiedit, rp_mcstatus, rp_diarioview,
|
||||
rp_profile, rp_login, rp_newaccount])
|
||||
rp_profile, rp_login])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
@ -718,3 +718,4 @@ form.fullsize .CodeMirror .cm-header {
|
|||
.profile .profile-stats .stats-value {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*# sourceMappingURL=ryg.css.map */
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue