Skip to content

Commit

Permalink
Merge pull request #26 from fledge-iot/2.1.0RC
Browse files Browse the repository at this point in the history
2.1.0RC
  • Loading branch information
dianomicbot authored Jan 4, 2023
2 parents 8b722e2 + c8a1ed9 commit 5df17d8
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=2.0.1
fledge_version>=2.0
fledge_south_mqtt_sparkplug_version=2.1.0
fledge_version>=2.1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def plugin_info():

return {
'name': _PLUGIN_NAME,
'version': '2.0.1',
'version': '2.1.0',
'mode': 'async',
'type': 'south',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion tests/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': '2.0.1',
'version': '2.1.0',
'mode': 'async',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 5df17d8

Please sign in to comment.