Skip to content

Commit

Permalink
prepare 0.48.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Nov 15, 2023
1 parent f3c2ec0 commit a23e3e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.48.3] - 2023-11-15
### Fixed
- Fixes a bug in active ventialtion and auxiliary heating controls

### Changed
- Changed behaviour on 429 errors (no immediate retry anymore)
- Updated API to 0.59.5

## [0.48.2] - 2023-10-29
### Fixed
- Better handling of update on connect
Expand Down Expand Up @@ -846,7 +854,8 @@ Send empty message when topic is disabled
## [0.1.0] - 2021-05-27
Initial release

[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.48.2...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.48.3...HEAD
[0.48.3]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.48.3
[0.48.2]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.48.2
[0.48.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.48.1
[0.48.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.48.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weconnect[Images]~=0.59.4
weconnect[Images]~=0.59.5
paho-mqtt~=1.6.1
python-dateutil~=2.8.2

0 comments on commit a23e3e3

Please sign in to comment.