We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d183e commit 02d1b6fCopy full SHA for 02d1b6f
bin/user/weatherlink_live/__init__.py
@@ -34,7 +34,7 @@
34
from weewx.engine import InitializationError
35
36
DRIVER_NAME = "WeatherLinkLive"
37
-DRIVER_VERSION = "1.0.5"
+DRIVER_VERSION = "1.0.6"
38
39
log = logging.getLogger(__name__)
40
install.py
@@ -33,7 +33,7 @@ class WeatherLinkLiveInstaller(ExtensionInstaller):
33
def __init__(self):
super(WeatherLinkLiveInstaller, self).__init__(
name='weatherlink-live',
- version="1.0.5",
+ version="1.0.6",
description='WeeWX driver for Davis WeatherLink Live.',
author="Michael Schantl",
author_email="floss@schantl-lx.at",
0 commit comments