Skip to content

Commit 0a076c7

Browse files
committed
Version 1.3a1
1 parent 2f804f8 commit 0a076c7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

kaztron/__init__.py

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# kaztron
22
from collections import OrderedDict
33

4-
__version__ = "1.2.6"
4+
__version__ = "1.3a1"
55

66
bot_info = {
77
"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",
8+
"changelog":
9+
"+ Spotlight queue management feature\n"
10+
"+ Refactor of all command UI and usability improvements\n"
11+
"+ Improved logging facilities\n"
12+
"+ Internal rewrite for maintainability & reliability\n"
13+
"x Various bugfixes - see git history",
1214
"links": OrderedDict()
1315
}
1416
bot_info["links"]["Manual"] = "https://github.com/Kazandaki/KazTron/wiki"

0 commit comments

Comments
 (0)