diff --git a/README.md b/README.md index 18c29f4..6901f4d 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Drayton Wiser Hub API Async v1.6.4 +# Drayton Wiser Hub API Async v1.6.5 This repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK. @@ -52,6 +52,9 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b ## Changelog +### v1.6.5 +* Fix: improve status handling of hot water for hw climate mode + ### v1.6.4 * Fix: fix issue of default extra config values not being provided diff --git a/aioWiserHeatAPI/__init__.py b/aioWiserHeatAPI/__init__.py index 4681174..526327c 100755 --- a/aioWiserHeatAPI/__init__.py +++ b/aioWiserHeatAPI/__init__.py @@ -3,6 +3,6 @@ name = "aioWiserHeatAPI" __all__ = ["wiserAPI", "wiserDiscovery"] -__VERSION__ = "1.6.4" +__VERSION__ = "1.6.5" _LOGGER = logging.getLogger(__name__)