From 8306a5426acc55cc2cdeca98bb81c2a9ce8af535 Mon Sep 17 00:00:00 2001 From: Svein Seldal Date: Tue, 29 Oct 2024 12:52:27 +0100 Subject: [PATCH] Bump to beta version 0.7.3b1 --- CHANGELOG.md | 2 ++ custom_components/zaptec/const.py | 2 +- custom_components/zaptec/manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808b726..8b33142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.7.3b1 + ## 0.7.2 * Add Dutch language translation, #133 diff --git a/custom_components/zaptec/const.py b/custom_components/zaptec/const.py index 582b2d0..40ca331 100644 --- a/custom_components/zaptec/const.py +++ b/custom_components/zaptec/const.py @@ -2,7 +2,7 @@ from __future__ import annotations NAME = "zaptec" -VERSION = "0.7.2" +VERSION = "0.7.3b1" ISSUEURL = "https://github.com/custom-components/zaptec/issues" DOMAIN = "zaptec" diff --git a/custom_components/zaptec/manifest.json b/custom_components/zaptec/manifest.json index 19c7319..ff6d5cc 100644 --- a/custom_components/zaptec/manifest.json +++ b/custom_components/zaptec/manifest.json @@ -10,5 +10,5 @@ ], "iot_class": "cloud_polling", "requirements": ["azure-servicebus", "pydantic"], - "version": "0.7.2" + "version": "0.7.3b1" }