Skip to content

Commit 9b86187

Browse files
committed
build: Bump version to 1.5.0-b6
1 parent 46b7748 commit 9b86187

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [1.5.0-b6] - 2024-01-06
9+
10+
### Fixed
11+
- Fixed COP calculation by applying water flow conversion (raw value was used instead of m³/h)
12+
813
## [1.5.0-b5] - 2025-01-03
914

1015
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "1.5.0-b5"
1+
__VERSION__ = "1.5.0-b6"
22

33
bump:
44
bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/hitachi_yutaki/const.py custom_components/hitachi_yutaki/manifest.json

custom_components/hitachi_yutaki/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
MANUFACTURER = "Hitachi"
99
GATEWAY_MODEL = "ATW-MBS-02"
1010

11-
VERSION = "1.5.0-b5"
11+
VERSION = "1.5.0-b6"
1212

1313
# Default values
1414
DEFAULT_NAME = "Hitachi Yutaki"

custom_components/hitachi_yutaki/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"requirements": [
1414
"pymodbus==3.6.9"
1515
],
16-
"version": "1.5.0-b5"
16+
"version": "1.5.0-b6"
1717
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0-b5
2+
current_version = 1.5.0-b6
33

44
[flake8]
55
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build

0 commit comments

Comments
 (0)