Skip to content

Commit 7440ad0

Browse files
author
Bouwe Westerdijk
committed
Bump to v0.17.8 release-version
Update Changelog
1 parent 33b64ac commit 7440ad0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# v0.17.8: Smile: Bugfix, improve testing
4+
- Fix https://github.com/plugwise/plugwise-beta/issues/277
5+
- Improve incorrect test-case validation
6+
37
# v0.17.7: Smile: Corrections, fixes, clean up
48
- Move compressor_state into binary_sensors
59
- Adam: add missing zigbee_mac to wireless thermostats

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.17.7"
3+
__version__ = "0.17.8"
44

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

0 commit comments

Comments
 (0)