Skip to content

Commit 7df4992

Browse files
authored
Merge pull request #83 from plugwise/pw_next_2
Move functionality into backend, rearrange data in output
2 parents 23bff7e + c89b839 commit 7df4992

File tree

22 files changed

+12405
-233
lines changed

22 files changed

+12405
-233
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 2
7+
CACHE_VERSION: 3
88
DEFAULT_PYTHON: 3.9
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugwise module."""
22

3-
__version__ = "0.9.4"
3+
__version__ = "0.10.0"
44

55
from plugwise.smile import Smile
66
from plugwise.stick import stick

0 commit comments

Comments
 (0)