From a9d327ee69bed34e9274fe5538cb2a2079b7f630 Mon Sep 17 00:00:00 2001 From: Steve Herrell <47094394+twrecked@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:39:48 -0500 Subject: [PATCH] Bump up revision (#143) --- changelog | 4 ++++ custom_components/virtual/__init__.py | 2 +- custom_components/virtual/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index d0cd17b..652849f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +0.9.0b18: + The last beta... + Added virtual numbers; thanks@olegtarasov + Updated Slovakian translations, thanks @misa1515 0.9.0b17: Switch device tracker to GPS if needed Fix warning about POWER_VOLT_AMPERE_REACTIVE diff --git a/custom_components/virtual/__init__.py b/custom_components/virtual/__init__.py index 85c3752..b5bb892 100644 --- a/custom_components/virtual/__init__.py +++ b/custom_components/virtual/__init__.py @@ -30,7 +30,7 @@ from .cfg import BlendedCfg, UpgradeCfg -__version__ = '0.9.0b17' +__version__ = '0.9.0b18' _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/virtual/manifest.json b/custom_components/virtual/manifest.json index d031830..6f7228f 100644 --- a/custom_components/virtual/manifest.json +++ b/custom_components/virtual/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://github.com/twrecked/hass-virtual/blob/master/README.md", "iot_class": "local_push", "issue_tracker": "https://github.com/twrecked/hass-virtual/issues", - "version": "0.9.0b17" + "version": "0.9.0b18" }