Skip to content

Commit eb56231

Browse files
committed
revert back "point"-strings
1 parent 3c79477 commit eb56231

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,6 @@ Data Classification:
966966
967967
For 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

src/pooldose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Async API client for SEKO Pooldose."""
22
from .client import PooldoseClient
33

4-
__version__ = "0.7.6"
4+
__version__ = "0.7.7"
55
__all__ = ["PooldoseClient"]

src/pooldose/mappings/model_PDPR1H1HAW100_FW539187.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
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": {
@@ -75,7 +75,7 @@
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": {

0 commit comments

Comments
 (0)