From a1158970d05b0dad557f66f4a35fac47959ea396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Fri, 19 Jan 2024 20:13:15 +0000 Subject: [PATCH] Bump to 0.12.0 --- custom_components/rct_power/lib/const.py | 2 +- custom_components/rct_power/manifest.json | 2 +- pyproject.toml | 2 +- tbump.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/rct_power/lib/const.py b/custom_components/rct_power/lib/const.py index ca32fb6..6074c3e 100644 --- a/custom_components/rct_power/lib/const.py +++ b/custom_components/rct_power/lib/const.py @@ -6,7 +6,7 @@ NAME = "RCT Power" DOMAIN = "rct_power" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.11.1" +VERSION = "0.12.0" ISSUE_URL = "https://github.com/weltenwort/home-assistant-rct-power-integration/issues" diff --git a/custom_components/rct_power/manifest.json b/custom_components/rct_power/manifest.json index 3050866..37a42a8 100644 --- a/custom_components/rct_power/manifest.json +++ b/custom_components/rct_power/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/weltenwort/home-assistant-rct-power-integration/issues", "requirements": ["rctclient==0.0.3"], - "version": "0.11.1" + "version": "0.12.0" } diff --git a/pyproject.toml b/pyproject.toml index d5e3b3d..7f2abc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rct-power" -version = "0.11.1" +version = "0.12.0" description = "" authors = ["Felix Stürmer "] license = "MIT" diff --git a/tbump.toml b/tbump.toml index b10f7b3..17c1d82 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/weltenwort/home-assistant-rct-power-integration/" [version] -current = "0.11.1" +current = "0.12.0" regex = ''' (?P\d+)