From 08522fe101fd537a9e86197134fb49a7789cd271 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Thu, 19 Aug 2021 09:44:34 +0200 Subject: [PATCH] Prepare 14.1 release --- CHANGELOG.md | 10 +++++++++- requirements.txt | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b0ccb..b32544c 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.14.1] - 2021-08-19 +### Fixed +- Parking position after weconnect API change + +### Changed +- API version to 19.1 + ## [0.14.0] - 2021-08-15 ### Added - Possibility to set caching time for picture downloads seperately @@ -184,7 +191,8 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2021-05-26 Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.14.0..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.14.1..HEAD +[0.14.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.1 [0.14.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.14.0 [0.13.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.13.2 [0.13.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.13.1 diff --git a/requirements.txt b/requirements.txt index 0d79b11..6cb0c01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect==0.19.0 +weconnect==0.19.1 ascii_magic>=1.5.5