Skip to content

Commit 9b4bcbb

Browse files
committed
bump ver: 0.0.6b7
1 parent cbe1d08 commit 9b4bcbb

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
### 0.0.6b5
2-
- NOTE: always backup, I am a carpenter who does this in my spare time, not a software engineer
1+
### 0.0.6b7
2+
- NOTE: always backup, I am a carpenter who does this in my spare time, not a software engineer, and while I try to be careful, mistakes happen. I have not had any reports of data loss or other major issues, but it is always better to be safe than sorry.
3+
- Fix command packet builder; restore changing brightness, white temp and RGB for non-plug devices.
4+
5+
### 0.0.6b6
36
- Fix firmware parsing
47
- Fix non-awaited `remove_mitm_button()` method
58

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cync_lan"
7-
version = "0.0.6b6"
7+
version = "0.0.6b7"
88
description = "A Python library for local async MQTT control of Cync/C by GE smart devices (DNS redirection required)"
99
readme = "README.md"
1010
authors = [{name = "baudneo", email = "86508179+baudneo@users.noreply.github.com"}]

src/cync_lan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.6b6"
1+
__version__: str = "0.0.6b7"

0 commit comments

Comments
 (0)