Skip to content

Commit beae213

Browse files
committed
Bump version to v3.5.1
1 parent 18e4e00 commit beae213

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,13 @@ index 465d4ad..aa8bad6 100644
927927

928928
- GH-181 [BUG] xAxis: Date mismatch in combined charts. Especially when using cumulative aggregation. Feel free to comment if you have more infos, or also noticed this issue.
929929

930-
# Next
930+
# 3.5.1
931931

932932
- Bugfix: Reason: '<' not supported between instances of 'NoneType' and 'float' in the skins/weewx-wdc/year-%Y.html.tmpl file GH-256
933933
- Bugfix: Stat tile on page Today using custom data binding does not appear if the same observation does not exist in main data binding GH-258
934+
935+
## Known Issues
936+
937+
- GH-181 [BUG] xAxis: Date mismatch in combined charts. Especially when using cumulative aggregation. Feel free to comment if you have more infos, or also noticed this issue.
938+
939+
# Next

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def loader():
1111
class BasicInstaller(ExtensionInstaller):
1212
def __init__(self):
1313
super(BasicInstaller, self).__init__(
14-
version="3.5.0",
14+
version="3.5.1",
1515
name="weewx-wdc",
1616
description="Weather Data Center skin for WeeWX.",
1717
author="David Baetge",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weewx-wdc",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Weather Data Center skin for weewx.",
55
"author": "David Baetge <david.baetge@gmail.com>",
66
"license": "MIT",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you like the look and feel of the skin please consider having a look at the o
8484
1. Download the [latest version](https://github.com/Daveiano/weewx-wdc/releases)
8585

8686
```
87-
wget -O "/tmp/weewx-wdc.zip" https://github.com/Daveiano/weewx-wdc/releases/download/v3.5.0/weewx-wdc-v3.5.0.zip
87+
wget -O "/tmp/weewx-wdc.zip" https://github.com/Daveiano/weewx-wdc/releases/download/v3.5.1/weewx-wdc-v3.5.1.zip
8888
```
8989

9090
2. Create a new folder and unzip to that folder
@@ -102,7 +102,7 @@ unzip /tmp/weewx-wdc.zip -d /tmp/weewx-wdc/
102102

103103
For help, please have a look at the [official weewx documentation](https://weewx.com/docs/utilities.htm#wee_extension_utility).
104104

105-
**Please note:** For installation, please use the generated zip archive from a release, eg. https://github.com/Daveiano/weewx-wdc/releases/download/v3.5.0/weewx-wdc-v3.5.0.zip.
105+
**Please note:** For installation, please use the generated zip archive from a release, eg. https://github.com/Daveiano/weewx-wdc/releases/download/v3.5.1/weewx-wdc-v3.5.1.zip.
106106
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**
107107

108108
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](https://github.com/Daveiano/weewx-wdc/wiki/Development#build-files-short-version).

skins/weewx-wdc/skin.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configuration file for the weewx-wdc skin
22
SKIN_NAME = Weather Data Center
3-
SKIN_VERSION = 3.5.0
3+
SKIN_VERSION = 3.5.1
44

55
# For instructions, see https://github.com/Daveiano/weewx-wdc/wiki/Custom-data-bindings
66
[ObservationBindings]

0 commit comments

Comments
 (0)