From 765090cef1c05daac9c3c31cf01ffd08bd0f7fc6 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Thu, 8 Jun 2023 19:44:51 +0200 Subject: [PATCH] chore: bump version --- custom_components/attributes/manifest.json | 2 +- custom_components/attributes/sensor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/attributes/manifest.json b/custom_components/attributes/manifest.json index d6f8f7a..c2ef0bd 100644 --- a/custom_components/attributes/manifest.json +++ b/custom_components/attributes/manifest.json @@ -1,7 +1,7 @@ { "domain": "attributes", "name": "Attributes", - "version": "1.2.0", + "version": "1.2.1", "documentation": "https://github.com/pilotak/homeassistant-attributes", "issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues", "requirements": [], diff --git a/custom_components/attributes/sensor.py b/custom_components/attributes/sensor.py index 5c8792d..51418b5 100644 --- a/custom_components/attributes/sensor.py +++ b/custom_components/attributes/sensor.py @@ -20,7 +20,7 @@ from homeassistant.helpers import template as template_helper from homeassistant.util import slugify -__version__ = '1.2.0' +__version__ = '1.2.1' _LOGGER = logging.getLogger(__name__)