From 7e48bd999c76debac50530d53574d225f866440c Mon Sep 17 00:00:00 2001 From: nao-pon Date: Wed, 14 Feb 2024 21:27:54 +0900 Subject: [PATCH] Version 2.6.4 --- CHANGES.txt | 2 ++ pychonet/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 897d980..fa91107 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -63,3 +63,5 @@ v2.6.1, 06 Feb 2024 -- [HomeAirConditioner] Add missing value for horizontal air -- Notify all entities in the device with available notifications via push notifications v2.6.2, 07 Feb 2024 -- Bugfix: A case that property maps could not be retrieved 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 diff --git a/pychonet/version.py b/pychonet/version.py index 54b37e8..c69c6fb 100644 --- a/pychonet/version.py +++ b/pychonet/version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 6, 3) +__version_info__ = (2, 6, 4) __version__ = ".".join(map(str, __version_info__))