Skip to content

Commit

Permalink
Version 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Mar 19, 2024
1 parent 15fe487 commit 9d18c0d
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 @@ -69,3 +69,4 @@ 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
v2.6.7, 19 Mar 2024 -- Eliminate the possibility of communication loss
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, 6)
__version_info__ = (2, 6, 7)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 9d18c0d

Please sign in to comment.