Skip to content

Commit

Permalink
Merge pull request #16 from fledge-iot/1.9.2RC
Browse files Browse the repository at this point in the history
1.9.2RC
  • Loading branch information
dianomicbot authored Oct 4, 2021
2 parents ce5620d + 0cb7148 commit 28a446f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1
fledge_south_mqtt_sparkplug_version=1.9.2
fledge_version>=1.9
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.1',
'version': '1.9.2',
'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.1',
'version': '1.9.2',
'mode': 'async',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 28a446f

Please sign in to comment.