Skip to content

Commit

Permalink
Version 2.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Sep 17, 2024
1 parent 28a9f50 commit c0d61ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ v2.6.7, 19 Mar 2024 -- Eliminate the possibility of communication loss
v2.6.8, 22 Mar 2024 -- Maintenance of ElectricBlind Class
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
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, 10)
__version_info__ = (2, 6, 11)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit c0d61ed

Please sign in to comment.