Skip to content

Commit b8bb1da

Browse files
committed
Bump version to 3.5.0-beta1
1 parent 2a35cab commit b8bb1da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-alpha1",
14+
version="3.5.0-beta1",
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-alpha1",
3+
"version": "3.5.0-beta1",
44
"description": "Weather Data Center skin for weewx.",
55
"author": "David Baetge <david.baetge@gmail.com>",
66
"license": "MIT",

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-alpha1
3+
SKIN_VERSION = 3.5.0-beta1
44

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

0 commit comments

Comments
 (0)