Skip to content

Commit

Permalink
Version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jan 25, 2024
1 parent 74d7dec commit 07fd5ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ v2.4.2, 16 Dec 2023 -- Support Multiple Input PCS
v2.5.0, 15 Jan 2024 -- Detect timeout and state available
-- Raise error (EchonetMaxOpcError) of the error maximum number of OPC
v2.5.1, 16 Jan 2024 -- Do not check of OPC count at querying node profile
v2.5.2, 25 Jan 2024 -- Remove `ENL_PRODUCT_CODE` from request getAllPropertyMap()
-- Filter only valid properties during GET/SET requests
-- Add ENL_DPM_CHANNEL_SIMPLEX_CUMULATIVE_ENG, ENL_DPM_CHANNEL_SIMPLEX_INSTANT_ENG
-- Improved notification for state "available"
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, 5, 1)
__version_info__ = (2, 5, 2)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 07fd5ee

Please sign in to comment.