Skip to content

Commit

Permalink
Version 2.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Sep 18, 2024
1 parent 2388f3d commit 24ef506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ v2.6.9, 15 May 2024 -- Supports Refrigerator (0x03-0xB7)
v2.6.10, 4 Sep 2024 -- Add the minimum required EPC_FUNCTIONS (GeneralLighting, SingleFunctionLighting)
v2.6.11, 17 Sep 2024 -- Support brightness in LightingSystem
-- CeilingFan Light support and modifications to existing Light classes by @nao-pon in #73
v2.6.12, 18 Sep 2024 -- Implemented 0xA0 and 0xA1 in Home solar power generation
2 changes: 1 addition & 1 deletion pychonet/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (2, 6, 11)
__version_info__ = (2, 6, 12)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 24ef506

Please sign in to comment.