Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-slx committed Dec 23, 2023
1 parent e09addc commit c800b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/weatherlink_live/static/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@


DRIVER_NAME = "WeatherLinkLive"
DRIVER_VERSION = "1.1.1"
DRIVER_VERSION = "1.1.2"
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WeatherLinkLiveInstaller(ExtensionInstaller):
def __init__(self):
super(WeatherLinkLiveInstaller, self).__init__(
name='weatherlink-live',
version="1.1.1",
version="1.1.2",
description='WeeWX driver for Davis WeatherLink Live.',
author="Michael Schantl",
author_email="floss@schantl-lx.at",
Expand Down

0 comments on commit c800b3a

Please sign in to comment.