We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2d578 commit 56290d7Copy full SHA for 56290d7
ChangeLog.md
@@ -1,6 +1,6 @@
1
# weechat-script-lint ChangeLog
2
3
-## Version 0.2.0 (under dev)
+## Version 0.2.0 (2021-04-21)
4
5
- Sort messages by severity (high first).
6
- Fix duplicate errors on `python2_bin`.
weechat_script_lint/main.py
@@ -29,7 +29,7 @@
29
from weechat_script_lint.script import WeechatScript
30
31
32
-__version__ = '0.2.0-dev'
+__version__ = '0.2.0'
33
34
__all__ = (
35
'__version__',
0 commit comments