Skip to content

Commit

Permalink
up rel #
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Mar 29, 2021
1 parent 5106e71 commit 8ba0e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/MQTTSubscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
else:
from io import StringIO

VERSION = '2.0.0-rc06'
VERSION = '2.0.0-rc07'

MQTTSUBSCRIBESERVICE_CONFIG = """
[MQTTSubscribeService]
Expand Down

0 comments on commit 8ba0e3f

Please sign in to comment.