Skip to content

Commit

Permalink
Version 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Oct 26, 2022
1 parent 13efed7 commit fa3d42d
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 @@ -34,3 +34,6 @@ v2.3.6, 26 Sep 2022 -- Added some ENL codes for HomeAirConditioner and Distribut
v2.3.7, 28 Sep 2022 -- Added _discover_callback to echonetapiclient.
v2.3.8, 30 Sep 2022 -- Bug fix of calling _discover_callback().
v2.3.9, 06 Aug 2022 -- Added LowVoltageSmartElectricEnergyMeter, Create a another socket for sending.
V2.3.10, 26 Aug 2022 -- Revert use of send-only socket
-- Bug fix for acceptability judgment when sending a request
-- Adjusting the LowVoltageSmartElectricEnergyMeter
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, 3, 9)
__version_info__ = (2, 3, 10)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit fa3d42d

Please sign in to comment.