From 6dbf5ba2d6f8894ddd9dc98daa5c085b4630d4bd Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Thu, 21 Oct 2021 19:22:46 +0200 Subject: [PATCH] update API to 0.21.5 --- CHANGELOG.md | 3 ++- vwsfriend/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9725d9a..e40c09bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] (Available through Edge Tag) -- No unreleased changes so far +### Changed +- Updated API to 0.21.5 ## [0.9.0] - 2021-10-20 ### Added diff --git a/vwsfriend/requirements.txt b/vwsfriend/requirements.txt index 9797c048..0de54dd4 100644 --- a/vwsfriend/requirements.txt +++ b/vwsfriend/requirements.txt @@ -1,4 +1,4 @@ -weconnect~=0.21.4 +weconnect~=0.21.5 HAP-python[QRCode]~=4.3.0 pypng~=0.0.21 sqlalchemy~=1.4.26