From d043d911baed77a5a69935c3c58e5ebcb04177be Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Wed, 12 Jul 2023 08:25:13 +0200 Subject: [PATCH] Prepare 0.44.1 release --- CHANGELOG.md | 7 ++++++- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4154f..bc07804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.44.1] - 2023-07-12 +### Fixed +- Don't throw error when fetching trips and car is not supporting certain categories + ## [0.44.0] - 2023-07-10 ### Added - BETA: functionality to read status for active ventilation and auxiliary heating (non electric cars) @@ -783,7 +787,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.44.0...HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.44.1...HEAD +[0.44.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.44.1 [0.44.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.44.0 [0.43.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.43.1 [0.43.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.43.0 diff --git a/requirements.txt b/requirements.txt index 45ca499..a7368b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -weconnect[Images]~=0.56.0 +weconnect[Images]~=0.56.1 paho-mqtt~=1.6.1 python-dateutil~=2.8.2