Skip to content

Commit

Permalink
prepare 0.37.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Jun 28, 2022
1 parent 7274cf2 commit 668ea6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.37.1] - 2022-06-28
### Fixed
- Fixed setting climatisation settings (all but climatisationWithoutExternalPower)

### Changed
- Updated API to 0.44.1

## [0.37.0] - 2022-06-28
### Added
- ChargingState: DISCHARGING
Expand Down Expand Up @@ -605,7 +612,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.37.0...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.37.1...HEAD
[0.37.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.37.1
[0.37.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.37.0
[0.36.2]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.36.2
[0.36.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.36.1
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.44.0
weconnect[Images]~=0.44.1
paho-mqtt~=1.6.1
python-dateutil~=2.8.2

0 comments on commit 668ea6b

Please sign in to comment.