Skip to content

Commit 21abad2

Browse files
committed
Bump to a8
1 parent 10130a8 commit 21abad2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

plugwise/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from plugwise.constants import (
1111
ANNA,
1212
GROUP_TYPES,
13+
LOGGER,
1314
NONE,
1415
PRIORITY_DEVICE_CLASSES,
1516
SPECIAL_PLUG_TYPES,

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
DOMAIN_OBJECTS,
1717
GATEWAY_REBOOT,
1818
LOCATIONS,
19-
LOGGER.
19+
LOGGER,
2020
MAX_SETPOINT,
2121
MIN_SETPOINT,
2222
NONE,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise"
7-
version = "1.12.0a7"
7+
version = "1.12.0a8"
88
license = "MIT"
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)