Skip to content

Commit

Permalink
Push 3.4.0b7.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunceygardiner committed Aug 24, 2020
1 parent 0b4828e commit 6f6b69e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
from weewx.engine import StdService
from weewx.cheetahgenerator import SearchList

VERSION = "3.4.0b6"
VERSION = "3.4.0b7"

if weewx.__version__ < "4":
raise weewx.UnsupportedFeature(
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def loader():
class ForecastInstaller(ExtensionInstaller):
def __init__(self):
super(ForecastInstaller, self).__init__(
version="3.4.0b6",
version="3.4.0b7",
name='forecast',
description='Generate and display weather and tide forecasts.',
author="Matthew Wall",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Installation instructions:

1) run the installer:

wee_extension --install weewx-forecast-3.4.0b6.zip
wee_extension --install weewx-forecast-3.4.0b7.zip

2) modify weewx.conf for your location:

Expand Down

0 comments on commit 6f6b69e

Please sign in to comment.