Skip to content

Commit

Permalink
v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Feb 14, 2024
1 parent 7971764 commit 2cd88dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drayton Wiser Hub API Async v1.5.5
# Drayton Wiser Hub API Async v1.5.6

This repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK.

Expand Down Expand Up @@ -52,6 +52,10 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b

## Changelog

### v1.5.6

* Added improved error handling for json decode errors

### v1.5.5

* Added addtional v2 hub attributes and switches
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.5.5"
__VERSION__ = "1.5.6"

_LOGGER = logging.getLogger(__name__)

0 comments on commit 2cd88dd

Please sign in to comment.