Skip to content

Commit 340740d

Browse files
committed
Version 0.3.0
1 parent ac209cb commit 340740d

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.3.0 (under dev)
3+
## Version 0.3.0 (2021-06-05)
44

55
- Display report and return code.
66
- Add option `-n` / `--name-only`.

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.3.0-dev"
32+
__version__ = "0.3.0"
3333

3434
__all__ = (
3535
"__version__",

0 commit comments

Comments
 (0)