Skip to content

Commit ab0d4c0

Browse files
committed
Version 0.6.0
1 parent 606bca9 commit ab0d4c0

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.6.0 (under dev)
3+
## Version 0.6.0 (2025-04-20)
44

55
### Removed
66

weechat_script_lint/main.py

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

34-
__version__ = "0.6.0-dev"
34+
__version__ = "0.6.0"
3535

3636
__all__ = (
3737
"__version__",

0 commit comments

Comments
 (0)