From ea90491962e6d4bda7ebca11b6ae96e4a17982af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Tue, 15 Oct 2024 07:40:53 -0300 Subject: [PATCH] chore(main): release 6.0.3 (#327) :robot: I have created a release *beep* *boop* --- ## [6.0.3](https://github.com/rokam/midea-local/compare/v6.0.2...v6.0.3) (2024-10-15) ### Bug Fixes * cleanup and complete body and subbody types lists ([#325](https://github.com/rokam/midea-local/issues/325)) ([914dcb8](https://github.com/rokam/midea-local/commit/914dcb8098efe50cc1583ad81fd22b49e9e2536b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ midealocal/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a15408e9..c0877cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.3](https://github.com/rokam/midea-local/compare/v6.0.2...v6.0.3) (2024-10-15) + + +### Bug Fixes + +* cleanup and complete body and subbody types lists ([#325](https://github.com/rokam/midea-local/issues/325)) ([914dcb8](https://github.com/rokam/midea-local/commit/914dcb8098efe50cc1583ad81fd22b49e9e2536b)) + ## [6.0.2](https://github.com/rokam/midea-local/compare/v6.0.1...v6.0.2) (2024-10-08) diff --git a/midealocal/version.py b/midealocal/version.py index e56f3e6b..4c53f64f 100644 --- a/midealocal/version.py +++ b/midealocal/version.py @@ -1,3 +1,3 @@ """Midea Local Version.""" -__version__ = "6.0.2" +__version__ = "6.0.3"