We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1093d commit 822dc94Copy full SHA for 822dc94
bin/user/ambientweatherapi.py
@@ -19,7 +19,7 @@
19
from os import path
20
21
DRIVER_NAME = 'ambientweatherapi'
22
-DRIVER_VERSION = '0.0.14'
+DRIVER_VERSION = '0.0.15'
23
log = logging.getLogger(__name__)
24
25
install.py
@@ -10,7 +10,7 @@ def loader():
10
class AmbientWeatherApiInstaller(ExtensionInstaller):
11
def __init__(self):
12
super(AmbientWeatherApiInstaller, self).__init__(
13
- version="0.0.14",
+ version="0.0.15",
14
name='ambientweatherapi',
15
description='WeeWx AmbientWeather API Driver.',
16
author="Karl Moos",
requirements.txt
@@ -1,2 +1,2 @@
1
-ambient-api >= 1.5.5
+ambient-api >= 1.5.7
2
flake8 >= 3.8.3
0 commit comments