From b8bb1da59599b3c4cfe1bf82d2ce01108f18b84c Mon Sep 17 00:00:00 2001 From: David Baetge Date: Mon, 19 Feb 2024 19:20:08 +0100 Subject: [PATCH] Bump version to 3.5.0-beta1 --- install.py | 2 +- package.json | 2 +- skins/weewx-wdc/skin.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.py b/install.py index 9ba46b8..5e7d8d0 100644 --- a/install.py +++ b/install.py @@ -11,7 +11,7 @@ def loader(): class BasicInstaller(ExtensionInstaller): def __init__(self): super(BasicInstaller, self).__init__( - version="3.5.0-alpha1", + version="3.5.0-beta1", name="weewx-wdc", description="Weather Data Center skin for WeeWX.", author="David Baetge", diff --git a/package.json b/package.json index e156a44..37cde04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weewx-wdc", - "version": "3.5.0-alpha1", + "version": "3.5.0-beta1", "description": "Weather Data Center skin for weewx.", "author": "David Baetge ", "license": "MIT", diff --git a/skins/weewx-wdc/skin.conf b/skins/weewx-wdc/skin.conf index d188e67..c390b90 100644 --- a/skins/weewx-wdc/skin.conf +++ b/skins/weewx-wdc/skin.conf @@ -1,6 +1,6 @@ # configuration file for the weewx-wdc skin SKIN_NAME = Weather Data Center -SKIN_VERSION = 3.5.0-alpha1 +SKIN_VERSION = 3.5.0-beta1 # For instructions, see https://github.com/Daveiano/weewx-wdc/wiki/Custom-data-bindings [ObservationBindings]