Skip to content

Commit

Permalink
Merge pull request #83 from plugwise/pw_next_2
Browse files Browse the repository at this point in the history
Move functionality into backend, rearrange data in output
  • Loading branch information
bouwew committed Jun 6, 2021
2 parents 23bff7e + c89b839 commit 7df4992
Show file tree
Hide file tree
Showing 22 changed files with 12,405 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Latest commit

env:
CACHE_VERSION: 2
CACHE_VERSION: 3
DEFAULT_PYTHON: 3.9
PRE_COMMIT_HOME: ~/.cache/pre-commit

Expand Down
2 changes: 1 addition & 1 deletion plugwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugwise module."""

__version__ = "0.9.4"
__version__ = "0.10.0"

from plugwise.smile import Smile
from plugwise.stick import stick

0 comments on commit 7df4992

Please sign in to comment.