Skip to content

Commit 822dc94

Browse files
authored
Bump to AW 1.5.7 (#36)
1 parent 7e1093d commit 822dc94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/user/ambientweatherapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from os import path
2020

2121
DRIVER_NAME = 'ambientweatherapi'
22-
DRIVER_VERSION = '0.0.14'
22+
DRIVER_VERSION = '0.0.15'
2323
log = logging.getLogger(__name__)
2424

2525

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def loader():
1010
class AmbientWeatherApiInstaller(ExtensionInstaller):
1111
def __init__(self):
1212
super(AmbientWeatherApiInstaller, self).__init__(
13-
version="0.0.14",
13+
version="0.0.15",
1414
name='ambientweatherapi',
1515
description='WeeWx AmbientWeather API Driver.',
1616
author="Karl Moos",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ambient-api >= 1.5.5
1+
ambient-api >= 1.5.7
22
flake8 >= 3.8.3

0 commit comments

Comments
 (0)