Skip to content

Commit ee22d23

Browse files
authored
Merge pull request #140 from plugwise/release_0_16_5
Prepare for v0.16.5 release
2 parents e0b74c5 + f905b35 commit ee22d23

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.16.5 - Smile: small improvements
4+
- Move schedule debug-message to the correct position
5+
- Code quality fixes
6+
37
# v0.16.4 - Adding measurements
48
- Expose mac-addresses for network and zigbee devices
59
- Expose min/max thermostat (and heater) values and resolution (step in HA)

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.16.4"
3+
__version__ = "0.16.5"
44

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

0 commit comments

Comments
 (0)