From f860f5e099a20f9e40fdbb8d854cc8b2c334c2e9 Mon Sep 17 00:00:00 2001 From: roe-dl Date: Thu, 27 Oct 2022 21:11:15 +0200 Subject: [PATCH] v0.7 --- bin/user/wns.py | 2 +- changelog | 6 +++++- install.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/user/wns.py b/bin/user/wns.py index f82e498..96789bf 100644 --- a/bin/user/wns.py +++ b/bin/user/wns.py @@ -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): diff --git a/changelog b/changelog index 2e01e5b..9e45e95 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/install.py b/install.py index afe645b..327f1f8 100644 --- a/install.py +++ b/install.py @@ -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",