Skip to content

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Oct 9, 2023
1 parent 2b2e697 commit 1bb2385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b

## Changelog

### v1.3.9

* Fix for hub firmware bug whereby Away Mode Affects HotWater is turned off when cancelling overrides if no overrides exist.

### v1.3.8

* Correct relative modulation level opentherm parameter magnitude
Expand Down
2 changes: 1 addition & 1 deletion aioWiserHeatAPI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
name = "aioWiserHeatAPI"
__all__ = ["wiserAPI", "wiserDiscovery"]

__VERSION__ = "1.3.8"
__VERSION__ = "1.3.9"

_LOGGER = logging.getLogger(__name__)

0 comments on commit 1bb2385

Please sign in to comment.