Skip to content

Commit 8fb055e

Browse files
committed
Version 2.3.4
1 parent e1dfded commit 8fb055e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ v2.3.0, 22 June 2022 -- Support Push updated from supported ECHONETlite entities
2828
v2.3.1, 09 Jul 2022 -- Electronic lock bug fixes and stability improvements.
2929
v2.3.2, 30 Jul 2022 -- Discover process optimization and request success/failure detection.
3030
v2.3.3, 03 Aug 2022 -- Fixed a bug in judging the success or failure of the data set request.
31+
v2.3.4, 04 Aug 2022 -- Fix data handling issues in process_discovery_data().

pychonet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 3, 3)
1+
__version_info__ = (2, 3, 4)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)