Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jan 1, 2025
1 parent 85a8a87 commit 1aeb483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/MQTTSubscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
from weewx.engine import StdEngine, StdService
# pylint: enable=wrong-import-position

VERSION = '3.0.0-rc10'
VERSION = '3.0.0'
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 @@ -11,7 +11,7 @@

from weecfg.extension import ExtensionInstaller

VERSION = '3.0.0-rc10'
VERSION = '3.0.0'

MQTTSUBSCRIBE_CONFIG = """
Expand Down
2 changes: 1 addition & 1 deletion mqttsubscribe.example.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This is an example configuration for MQTTSubscribe
# It was created on 2024-07-16 at 09:29:42 with MQTTSubscribe version 3.0.0-rc10
# It was created on 2024-12-31 at 10:07:30 with MQTTSubscribe version 3.0.0
#

# Replace '[MQTTSubscribe]' with '[MQTTSubscribeService]' or '[MQTTSubscribeDriver]'
Expand Down

0 comments on commit 1aeb483

Please sign in to comment.