From ebf5499e8718f6bd98c925ba9012f96362b77f12 Mon Sep 17 00:00:00 2001 From: Steve Herrell <47094394+twrecked@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:58:47 -0500 Subject: [PATCH] Bump up revision (#151) --- changelog | 2 ++ custom_components/virtual/__init__.py | 2 +- custom_components/virtual/manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 652849f..60f3e8e 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +0.9.1: + (Finally!) Move out of beta. 0.9.0b18: The last beta... Added virtual numbers; thanks@olegtarasov diff --git a/custom_components/virtual/__init__.py b/custom_components/virtual/__init__.py index b5bb892..b1487d2 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.0b18' +__version__ = '0.9.1' _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/virtual/manifest.json b/custom_components/virtual/manifest.json index 6f7228f..b801fd2 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.0b18" + "version": "0.9.1" }