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

Bump version

This commit is contained in:
Steffo 2019-07-17 15:40:13 +02:00
parent 58b0d9f3b5
commit 0bf9c4ecd0
4 changed files with 4 additions and 3 deletions

View file

@ -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"]

View file

@ -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__":

View file

@ -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