Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
roe-dl committed Oct 27, 2022
1 parent fa962c1 commit f860f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/wns.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import weewx.xtypes
from weeutil.weeutil import TimeSpan

VERSION = "0.7b2"
VERSION = "0.7"

REQUIRED_WEEWX = "3.8.0"
if StrictVersion(weewx.__version__) < StrictVersion(REQUIRED_WEEWX):
Expand Down
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
* documentation updated
0.6 25mar2022
* option 'SOD1D_' for sun duration
* buf fixes
* bug fixes
0.7 27oct2022
* adapt to removed grace parameter in WeeWX 4.9.x
* register mandatory option "station"
* use GTS from weewx-GTS if present
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 WnsInstaller(ExtensionInstaller):
def __init__(self):
super(WnsInstaller, self).__init__(
version="0.6",
version="0.7",
name='WNS',
description='Upload weather data to WNS.',
author="Johanna Roedenbeck",
Expand Down

0 comments on commit f860f5e

Please sign in to comment.