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 b2416a7 commit 8d64cd1Copy full SHA for 8d64cd1
ChangeLog.md
@@ -1,6 +1,6 @@
1
# weechat-script-lint ChangeLog
2
3
-## Version 0.5.0 (under dev)
+## Version 0.5.0 (2022-11-11)
4
5
- Allow deprecated stuff to be used if new names are used as well.
6
- Add error `mixed_tabs_spaces` for Python scripts.
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.0-dev"
+__version__ = "0.5.0"
33
34
__all__ = (
35
"__version__",
0 commit comments