diff --git a/CHANGELOG.md b/CHANGELOG.md index 8009043..4b3907c 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.12.1] - 2021-07-26 +### Fixed +- Import of subpackages + ## [0.12.0] - 2021-07-26 ### Added - Dummy for maintenance status (currently no data provided, only error messages) @@ -146,7 +150,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.12.0..HEAD +[unreleased]: https://github.com/tillsteinbach/WeConnect-cli/compare/v0.12.1..HEAD +[0.12.1]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.1 [0.12.0]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.12.0 [0.11.4]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.4 [0.11.3]: https://github.com/tillsteinbach/WeConnect-cli/releases/tag/v0.11.3 diff --git a/requirements.txt b/requirements.txt index c3a2e86..ebe17d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -weconnect==0.13.0 +weconnect==0.13.1 ascii_magic>=1.5.5