Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Dec 11, 2023
1 parent 69ddee9 commit 8b4590f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 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.4.0
# Drayton Wiser Hub API Async v1.5.1

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

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

## Changelog

### v1.5.1

* Fix nuances with httpx

### v1.5.0

* Move to httpx instead of aiohttp

### v1.4.0

* Add PowerTagE support
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.0"
__VERSION__ = "1.5.1"

_LOGGER = logging.getLogger(__name__)

0 comments on commit 8b4590f

Please sign in to comment.