From 8a19c0ab0331c8015d0da53b4f33d890cd2680f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Sun, 21 Jan 2024 08:52:33 +0000 Subject: [PATCH] Final release from 2024.1.1b0 to 2024.1.1 --- 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 7b4d66a..cddce63 100644 --- a/custom_components/weatherlink/const.py +++ b/custom_components/weatherlink/const.py @@ -2,7 +2,7 @@ from enum import StrEnum DOMAIN = "weatherlink" -VERSION = "2024.1.1b0" +VERSION = "2024.1.1" MANUFACTURER = "Davis Instruments" CONFIG_URL = "https://www.weatherlink.com/" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index 71e697e..febb8bf 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.1.1b0", + "version": "2024.1.1", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index 4400d40..a37e788 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = 2024.1.1b0 +current_version = 2024.1.1 version_pattern = YYYY.MM.PATCH[PYTAGNUM] commit_message = "Bump version from {old_version} to {new_version}" commit = False