Skip to content

Commit

Permalink
v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Mar 1, 2024
1 parent 27b2d85 commit 011dbf9
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.5.9

* Force schedules endpoint to use http/1.0

### v1.5.8

* Handle chunked encoding if sent by the hub
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.8"
__VERSION__ = "1.5.9"

_LOGGER = logging.getLogger(__name__)

0 comments on commit 011dbf9

Please sign in to comment.