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 cbf9a21 commit b11502fCopy full SHA for b11502f
ChangeLog.md
@@ -1,6 +1,6 @@
1
# weechat-script-lint ChangeLog
2
3
-## Version 0.5.1 (under dev)
+## Version 0.5.1 (2022-11-11)
4
5
- Run CI on Ubuntu 22.04 and macOS 11.
6
- Add error `mixed_tabs_spaces` in README.
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.5.1-dev"
+__version__ = "0.5.1"
33
34
__all__ = (
35
"__version__",
0 commit comments