From 59a80d0d06c33d4c5fe5fc714ab7e3f36a81e1f1 Mon Sep 17 00:00:00 2001 From: David Baetge Date: Sat, 25 Mar 2023 11:44:02 +0100 Subject: [PATCH] Bump version to 3.1.0 --- install.py | 2 +- package.json | 2 +- readme.md | 4 ++-- skins/weewx-wdc/skin.conf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.py b/install.py index 9c4da18a..a7ca6db5 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.0.1", + version="3.1.0", name="weewx-wdc", description="Weather Data Center skin for WeeWX.", author="David Baetge", diff --git a/package.json b/package.json index ddf66929..431517f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weewx-wdc", - "version": "3.0.1", + "version": "3.1.0", "description": "Weather Data Center skin for weewx.", "author": "David Baetge ", "license": "MIT", diff --git a/readme.md b/readme.md index 874c1144..4633c75b 100644 --- a/readme.md +++ b/readme.md @@ -78,7 +78,7 @@ If you like the look and feel of the skin please consider having a look at the o 1. Download the [latest version](https://github.com/Daveiano/weewx-wdc/releases) ``` -wget -O "/tmp/weewx-wdc.zip" https://github.com/Daveiano/weewx-wdc/releases/download/v3.0.1/weewx-wdc-v3.0.1.zip +wget -O "/tmp/weewx-wdc.zip" https://github.com/Daveiano/weewx-wdc/releases/download/v3.1.0/weewx-wdc-v3.1.0.zip ``` 2. Create a new folder and unzip to that folder @@ -96,7 +96,7 @@ unzip /tmp/weewx-wdc.zip -d /tmp/weewx-wdc/ For help, please have a look at the [official weewx documentation](https://weewx.com/docs/utilities.htm#wee_extension_utility). -**Please note:** For installation, please use the generated zip archive from a release, eg. https://github.com/Daveiano/weewx-wdc/releases/download/v3.0.1/weewx-wdc-v3.0.1.zip. +**Please note:** For installation, please use the generated zip archive from a release, eg. https://github.com/Daveiano/weewx-wdc/releases/download/v3.1.0/weewx-wdc-v3.1.0.zip. Don't download the repository directly and don't use the GitHub generated zip and tar.gz archives that come alongside the release. Always use the zip archive named **weewx-wdc-vX.X.X.zip** Background: The files in the src/ directory are the source files (TypeScript, SCSS). When creating a release, these source files get transformed and optimized, and the output location of these transformed files is the location which matches the location in the install.py script. The weewx-wdc-vX.X.X.zip should contain all these transformed files (like service-worker.js or main.css), but if you download the current state of the repo, these files are not included and this will throw multiple `FileNotFoundError` errors while installing. For manual building of these files, see [Development](#development). diff --git a/skins/weewx-wdc/skin.conf b/skins/weewx-wdc/skin.conf index 57986d62..70835873 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.0.1 +SKIN_VERSION = 3.1.0 [ObservationBindings] [[custom_obs_1]]