Skip to content

Commit 5225646

Browse files
committed
chore(main): release 2.0.1
1 parent 16c5988 commit 5225646

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.1](https://github.com/luuuis/hass_omie/compare/v2.0.0...v2.0.1) (2025-10-01)
6+
7+
8+
### Bug Fixes
9+
10+
* off by one in _localize_hourly_data ([#98](https://github.com/luuuis/hass_omie/issues/98)) ([16c5988](https://github.com/luuuis/hass_omie/commit/16c5988cc117719611d91811cc354af0448c6f71))
11+
512
## [2.0.0](https://github.com/luuuis/hass_omie/compare/v2.0.0-beta.3...v2.0.0) (2025-10-01)
613

714

custom_components/omie/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"requirements": [
1515
"pyomie>=1.0.0"
1616
],
17-
"version": "2.0.0"
17+
"version": "2.0.1"
1818
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hass-omie"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "OMIE Home Assistant integration"
55
authors = ["Luis Miranda <sleepy.gate8799@fastmail.com>"]
66
license = "GNU General Public License v3.0"

0 commit comments

Comments
 (0)