Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Dec 16, 2023
1 parent 2eb4ea2 commit d684e58
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.1
# Drayton Wiser Hub API Async v1.5.2

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.2

* Revert to aiohttp and fix errors with v3.9.x that caused move to httpx

### v1.5.1

* Fix nuances with httpx
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.1"
__VERSION__ = "1.5.2"

_LOGGER = logging.getLogger(__name__)

0 comments on commit d684e58

Please sign in to comment.