Skip to content

Commit 4673a98

Browse files
committed
chore: bump version
1 parent 9225d85 commit 4673a98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/clientraw/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"iot_class": "cloud_polling",
88
"issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues",
99
"requirements": [],
10-
"version": "2.5.0"
10+
"version": "2.6.0"
1111
}

custom_components/clientraw/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
async_call_later)
2626
from homeassistant.util.unit_system import METRIC_SYSTEM
2727

28-
__version__ = '2.5.0'
28+
__version__ = '2.6.0'
2929

3030
_LOGGER = logging.getLogger(__name__)
3131

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "Clientraw weather parser",
3-
"homeassistant": "2022.11"
3+
"homeassistant": "2023.10"
44
}

0 commit comments

Comments
 (0)