Skip to content

Commit

Permalink
chore(main): release 2.6.3 (#272)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.6.3](v2.6.2...v2.6.3)
(2024-08-12)


### Bug Fixes

* body_type default value is zero and not None
([#271](#271))
([bf6b4f0](bf6b4f0))
* **c3:** silent level as string
([#270](#270))
([c851e33](c851e33))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
rokam authored Aug 13, 2024
1 parent ee30122 commit 006f11c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.6.3](https://github.com/rokam/midea-local/compare/v2.6.2...v2.6.3) (2024-08-13)


### Bug Fixes

* body_type default value is zero and not None ([#271](https://github.com/rokam/midea-local/issues/271)) ([bf6b4f0](https://github.com/rokam/midea-local/commit/bf6b4f0d0548bf495339cf793acd30673634f6d1))
* **c3:** silent level as string ([#270](https://github.com/rokam/midea-local/issues/270)) ([c851e33](https://github.com/rokam/midea-local/commit/c851e33dc9e8f7bb5a2f7d49f2e7c557d3a7151f))

## [2.6.2](https://github.com/rokam/midea-local/compare/v2.6.1...v2.6.2) (2024-08-10)


Expand Down
2 changes: 1 addition & 1 deletion midealocal/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Midea Local Version."""

__version__ = "2.6.2"
__version__ = "2.6.3"

0 comments on commit 006f11c

Please sign in to comment.