Skip to content

Commit 02d1b6f

Browse files
committed
Bump version to v1.0.6
1 parent 77d183e commit 02d1b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/user/weatherlink_live/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from weewx.engine import InitializationError
3535

3636
DRIVER_NAME = "WeatherLinkLive"
37-
DRIVER_VERSION = "1.0.5"
37+
DRIVER_VERSION = "1.0.6"
3838

3939
log = logging.getLogger(__name__)
4040

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class WeatherLinkLiveInstaller(ExtensionInstaller):
3333
def __init__(self):
3434
super(WeatherLinkLiveInstaller, self).__init__(
3535
name='weatherlink-live',
36-
version="1.0.5",
36+
version="1.0.6",
3737
description='WeeWX driver for Davis WeatherLink Live.',
3838
author="Michael Schantl",
3939
author_email="floss@schantl-lx.at",

0 commit comments

Comments
 (0)