We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f804f8 commit 0a076c7Copy full SHA for 0a076c7
kaztron/__init__.py
@@ -1,14 +1,16 @@
1
# kaztron
2
from collections import OrderedDict
3
4
-__version__ = "1.2.6"
+__version__ = "1.3a1"
5
6
bot_info = {
7
"version": __version__,
8
- "changelog": "- Improved logging facilities\n"
9
- "- Internal refactor for maintainability and reliability\n"
10
- "- Internal architectural improvements: configuration handling\n"
11
- "- Refactor of command UI of several modules\n",
+ "changelog":
+ "+ Spotlight queue management feature\n"
+ "+ Refactor of all command UI and usability improvements\n"
+ "+ Improved logging facilities\n"
12
+ "+ Internal rewrite for maintainability & reliability\n"
13
+ "x Various bugfixes - see git history",
14
"links": OrderedDict()
15
}
16
bot_info["links"]["Manual"] = "https://github.com/Kazandaki/KazTron/wiki"
0 commit comments