Skip to content

Commit 860c716

Browse files
committed
Version 0.4.0
1 parent f6ad176 commit 860c716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# weechat-script-lint ChangeLog
22

3-
## Version 0.4.0 (under dev)
3+
## Version 0.4.0 (2021-08-18)
44

55
- Compute a score for each script, add option `-S` / `--score`.
66
- Add lint with bandit in CI.

weechat_script_lint/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from weechat_script_lint.script import WeechatScript
3030
from weechat_script_lint.utils import color
3131

32-
__version__ = "0.4.0-dev"
32+
__version__ = "0.4.0"
3333

3434
__all__ = (
3535
"__version__",

0 commit comments

Comments
 (0)