From e17e45eabcff4d48b8c97f166115ec9edfce6d77 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Sat, 6 Mar 2021 11:12:56 +0100 Subject: [PATCH] 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 bccda0a..d6f8f7a 100644 --- a/custom_components/attributes/manifest.json +++ b/custom_components/attributes/manifest.json @@ -1,7 +1,7 @@ { "domain": "attributes", "name": "Attributes", - "version": "1.1.1", + "version": "1.2.0", "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 af55794..f60b25e 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.1.1' +__version__ = '1.2.0' _LOGGER = logging.getLogger(__name__)