From 5412f83c54330f95e3a09f498dc42dffced1de50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Sat, 12 Oct 2024 12:51:48 +0000 Subject: [PATCH] Final release from 2024.10.0b1 to 2024.10.0 --- custom_components/weatherlink/const.py | 2 +- custom_components/weatherlink/manifest.json | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/weatherlink/const.py b/custom_components/weatherlink/const.py index baae0dc..1be223b 100644 --- a/custom_components/weatherlink/const.py +++ b/custom_components/weatherlink/const.py @@ -3,7 +3,7 @@ from enum import StrEnum DOMAIN = "weatherlink" -VERSION = "2024.10.0b1" +VERSION = "2024.10.0" MANUFACTURER = "Davis Instruments" CONFIG_URL = "https://www.weatherlink.com/" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index a01c859..540a53e 100644 --- a/custom_components/weatherlink/manifest.json +++ b/custom_components/weatherlink/manifest.json @@ -13,6 +13,6 @@ "issue_tracker": "https://github.com/astrandb/weatherlink/issues", "requirements": [], "ssdp": [], - "version": "2024.10.0b1", + "version": "2024.10.0", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index b7c076a..0b0a5d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = 2024.10.0b1 +current_version = 2024.10.0 version_pattern = YYYY.MM.PATCH[PYTAGNUM] commit_message = "Bump version from {old_version} to {new_version}" commit = False