From 5933b7339001fd39d5d986a0404b2496fef6007e Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Fri, 27 Oct 2023 16:34:29 +0200 Subject: [PATCH] prepeare 0.48.1 release --- CHANGELOG.md | 7 +++++++ requirements.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3c7fd..7340c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.48.1] - 2023-10-27 +### Fixed +- Fixes a bug introduced by the range correction + +### Changed +- Updated API to 0.59.3 + ## [0.48.0] - 2023-10-27 ### Fixed - Fixes a bug in the API that causes incorrect range values for cars using miles instead of km (thanks to user @bendavidson for the contribution) diff --git a/requirements.txt b/requirements.txt index 13f8b60..4013583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -weconnect[Images]~=0.59.2 +weconnect[Images]~=0.59.3 paho-mqtt~=1.6.1 python-dateutil~=2.8.2