Skip to content

Commit

Permalink
Pre-release 3.5.0-alpha1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Nov 22, 2023
1 parent 6ef7d7f commit 58e4d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion skins/weewx-wdc/skin.conf
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 58e4d78

Please sign in to comment.