From 4ed82d923853cb7736fd76ec977aa1ded4db563b Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Wed, 12 Jul 2023 21:38:28 +0200 Subject: [PATCH] Prepare 0.34.2 release --- CHANGELOG.md | 7 ++++++- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c09a04..737cb88 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.34.2] - 2023-07-12 +### Fixed +- Another small bugfix for fetching trips + ## [0.34.1] - 2023-07-12 ### Fixed - Don't throw error when fetching trips and car is not supporting certain categories @@ -741,7 +745,8 @@ All notable changes to this project will be documented in this file. Initial release -[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.34.1..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.34.2..HEAD +[0.34.2]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.34.2 [0.34.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.34.1 [0.34.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.34.0 [0.33.10]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.33.10 diff --git a/requirements.txt b/requirements.txt index 1804250..6140f46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -weconnect[Images]~=0.56.1 +weconnect[Images]~=0.56.2