Skip to content

Commit

Permalink
VERSION changed
Browse files Browse the repository at this point in the history
Signed-off-by: dianomicbot <[email protected]>
  • Loading branch information
dianomicbot committed Aug 3, 2022
1 parent 6987b41 commit f5a9bd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.south.mqtt_sparkplug
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_south_mqtt_sparkplug_version=1.9.2
fledge_version>=1.9
fledge_south_mqtt_sparkplug_version=2.0.0
fledge_version>=2.0
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def plugin_info():

return {
'name': _PLUGIN_NAME,
'version': '1.9.2',
'version': '2.0.0',
'mode': 'async',
'type': 'south',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion test/test_mqtt_sparkplug.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_plugin_contract():
def test_plugin_info():
assert mqtt_sparkplug.plugin_info() == {
'name': plugin_name,
'version': '1.9.2',
'version': '2.0.0',
'mode': 'async',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit f5a9bd2

Please sign in to comment.