File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.7.6 ] - 2025-10-23
8+ ## [ 0.7.7 ] - 2025-10-27
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -966,6 +966,6 @@ Data Classification:
966966
967967For detailed release notes and version history, please see [CHANGELOG.md](CHANGELOG.md).
968968
969- # ## Latest Release (0.7.6 )
969+ # ## Latest Release (0.7.7 )
970970
971971- Added ` --print-payload` option for debugging HTTP payloads
Original file line number Diff line number Diff line change 11"""Async API client for SEKO Pooldose."""
22from .client import PooldoseClient
33
4- __version__ = "0.7.6 "
4+ __version__ = "0.7.7 "
55__all__ = ["PooldoseClient" ]
Original file line number Diff line number Diff line change 5757 "conversion" : {
5858 "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8gb7_OFF|" : " off" ,
5959 "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8gb7_REFERENCE|" : " reference" ,
60- "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8gb7_1_POINT|" : " 1 point " ,
61- "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8gb7_2_POINTS|" : " 2 points "
60+ "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8gb7_1_POINT|" : " 1_point " ,
61+ "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8gb7_2_POINTS|" : " 2_points "
6262 }
6363 },
6464 "ph_calibration_offset" : {
7575 "conversion" : {
7676 "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8i5t_OFF|" : " off" ,
7777 "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8i5t_REFERENCE|" : " reference" ,
78- "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8i5t_1_POINT|" : " 1 point "
78+ "|PDPR1H1HAW100_FW539187_LABEL_w_1eklh8i5t_1_POINT|" : " 1_point "
7979 }
8080 },
8181 "orp_calibration_offset" : {
You can’t perform that action at this time.
0 commit comments