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 f6c78e0 commit d5bec8cCopy full SHA for d5bec8c
.pre-commit-config.yaml
@@ -1,4 +1,5 @@
1
repos:
2
+ # Run manually in CI skipping the branch checks
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
rev: v3.2.0
5
hooks:
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.8.2a1"
+__version__ = "0.8.2a2"
from plugwise.smile import Smile
6
from plugwise.stick import stick
0 commit comments