Skip to content

Commit

Permalink
Bugfix: Added forecast_util.py in install.py, see Daveiano/weewx-wdc-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Jun 1, 2022
1 parent c1a625f commit 6836b19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions 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="1.2.1",
version="1.2.2",
name='weewx-wdc',
description='Weather Data Center skin for weewx.',
author="David Baetge",
Expand All @@ -28,11 +28,12 @@ def __init__(self):
},
files=[
('bin/user', [
'bin/user/archive_util.py',
'bin/user/celestial_util.py',
'bin/user/diagram_util.py',
'bin/user/stats_util.py',
'bin/user/forecast_util.py',
'bin/user/general_util.py',
'bin/user/celestial_util.py',
'bin/user/archive_util.py',
'bin/user/stats_util.py',
'bin/user/table_util.py'
]),
('skins/weewx-wdc',
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": "1.2.1",
"version": "1.2.2",
"description": "Weather Data Center skin for weewx.",
"author": "David Baetge <david.baetge@gmail.com>",
"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 = 1.2.1
SKIN_VERSION = 1.2.2

[Extras]
# Show a link to the GitHub respository of this skin. Set to False to hide.
Expand Down

0 comments on commit 6836b19

Please sign in to comment.