From 8ba0e3f6bc6142d28446f814b538363255419c22 Mon Sep 17 00:00:00 2001 From: Rich Bell Date: Mon, 29 Mar 2021 14:54:55 -0400 Subject: [PATCH] up rel # --- bin/user/MQTTSubscribe.py | 2 +- install.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/user/MQTTSubscribe.py b/bin/user/MQTTSubscribe.py index 9b5c0c3c..08ebc9bc 100755 --- a/bin/user/MQTTSubscribe.py +++ b/bin/user/MQTTSubscribe.py @@ -371,7 +371,7 @@ import weewx.drivers from weewx.engine import StdEngine, StdService -VERSION = '2.0.0-rc06' +VERSION = '2.0.0-rc07' DRIVER_NAME = 'MQTTSubscribeDriver' DRIVER_VERSION = VERSION diff --git a/install.py b/install.py index d23f351e..b30b2f24 100755 --- a/install.py +++ b/install.py @@ -31,7 +31,7 @@ else: from io import StringIO -VERSION = '2.0.0-rc06' +VERSION = '2.0.0-rc07' MQTTSUBSCRIBESERVICE_CONFIG = """ [MQTTSubscribeService]