From 903feb8a1b24c9e9ed5465db330ee628231c02d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20S=20-=20Piper?= Date: Tue, 16 Jan 2024 21:53:04 +0000 Subject: [PATCH] Bump version to 2024.1.1b0 --- custom_components/weatherlink/Untitled-1.json | 4 ++++ custom_components/weatherlink/const.py | 2 +- custom_components/weatherlink/manifest.json | 2 +- setup.cfg | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 custom_components/weatherlink/Untitled-1.json diff --git a/custom_components/weatherlink/Untitled-1.json b/custom_components/weatherlink/Untitled-1.json new file mode 100644 index 0000000..04fe3e8 --- /dev/null +++ b/custom_components/weatherlink/Untitled-1.json @@ -0,0 +1,4 @@ +{ + "api_key_v2": "lc8gh3bjso2iheb7gc9o50lxc0ejxfup", + "api_secret": "l6gwrkyjescbtfs5hy4bcalgd1z1qztd" +} diff --git a/custom_components/weatherlink/const.py b/custom_components/weatherlink/const.py index aed750d..7b4d66a 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.0" +VERSION = "2024.1.1b0" MANUFACTURER = "Davis Instruments" CONFIG_URL = "https://www.weatherlink.com/" diff --git a/custom_components/weatherlink/manifest.json b/custom_components/weatherlink/manifest.json index 8290c03..71e697e 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.0", + "version": "2024.1.1b0", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index 2edae02..4400d40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = 2024.1.0 +current_version = 2024.1.1b0 version_pattern = YYYY.MM.PATCH[PYTAGNUM] commit_message = "Bump version from {old_version} to {new_version}" commit = False