From 58e4d7802a24886b01fb104a3d2b1735155f26ab Mon Sep 17 00:00:00 2001 From: David Baetge Date: Wed, 22 Nov 2023 12:58:42 +0100 Subject: [PATCH] Pre-release 3.5.0-alpha1. --- 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 0631f44..18970f6 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.4.0", + version="3.5.0-alpha1", name="weewx-wdc", description="Weather Data Center skin for WeeWX.", author="David Baetge", diff --git a/package.json b/package.json index a6e8516..a515b3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weewx-wdc", - "version": "3.4.0", + "version": "3.5.0-alpha1", "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 c23100b..4bffcee 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.4.0 +SKIN_VERSION = 3.5.0-alpha1 # For instructions, see https://github.com/Daveiano/weewx-wdc/wiki/Custom-data-bindings [ObservationBindings]