Skip to content

Commit

Permalink
Version 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Feb 23, 2024
1 parent 5a9e931 commit 15fe487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ v2.6.3, 09 Feb 2024 -- Completed ElectricWaterHeater implementation
v2.6.4, 14 Feb 2024 -- Fix #70 Set dependent module to deprecated
-- Complement EPC_CODE of Electric water heater
v2.6.5, 19 Feb 2024 -- Fix syntax error in ElectricWaterHeater _026BCC()
v2.6.6, 23 Feb 2024 -- Add 0x97: _hh_mm to EPC_SUPER_FUNCTIONS
-- Don't call update callback functions in discover()
-- Property value in the EPC_SUPER_FUNCTIONS constant
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, 5)
__version_info__ = (2, 6, 6)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 15fe487

Please sign in to comment.