Skip to content

Commit

Permalink
Merge pull request #18 from fledge-iot/2.0.0RC
Browse files Browse the repository at this point in the history
2.0.0RC
  • Loading branch information
dianomicbot authored Sep 15, 2022
2 parents 1f11133 + bd1c1db commit 3ad02fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.south.randomwalk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_south_randomwalk_version=1.9.2
fledge_version>=1.9
fledge_south_randomwalk_version=2.0.0
fledge_version>=2.0
2 changes: 1 addition & 1 deletion python/fledge/plugins/south/randomwalk/randomwalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def plugin_info():
"""
return {
'name': 'RandomWalk Poll plugin',
'version': '1.9.2',
'version': '2.0.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion test/test_randomwalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_plugin_contract():
def test_plugin_info():
assert randomwalk.plugin_info() == {
'name': 'RandomWalk Poll plugin',
'version': '1.9.2',
'version': '2.0.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 3ad02fd

Please sign in to comment.