We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ad176 commit 860c716Copy full SHA for 860c716
ChangeLog.md
@@ -1,6 +1,6 @@
1
# weechat-script-lint ChangeLog
2
3
-## Version 0.4.0 (under dev)
+## Version 0.4.0 (2021-08-18)
4
5
- Compute a score for each script, add option `-S` / `--score`.
6
- Add lint with bandit in CI.
weechat_script_lint/main.py
@@ -29,7 +29,7 @@
29
from weechat_script_lint.script import WeechatScript
30
from weechat_script_lint.utils import color
31
32
-__version__ = "0.4.0-dev"
+__version__ = "0.4.0"
33
34
__all__ = (
35
"__version__",
0 commit comments