Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Dec 31, 2023
1 parent a050e56 commit faa62bd
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 @@ -482,7 +482,7 @@
from weewx.engine import StdEngine, StdService
# pylint: enable=wrong-import-position

VERSION = '3.0.0-rc04a'
VERSION = '3.0.0-rc04'
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-rc04a'
VERSION = '3.0.0-rc04'

MQTTSUBSCRIBE_CONFIG = """
Expand Down

0 comments on commit faa62bd

Please sign in to comment.