Skip to content

Commit

Permalink
Merge pull request #23 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 5dfa198 + 382ad2b commit 16bd804
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=2.0.1
fledge_version>=2.0
fledge_south_randomwalk_version=2.1.0
fledge_version>=2.1
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': '2.0.1',
'version': '2.1.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion tests/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': '2.0.1',
'version': '2.1.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 16bd804

Please sign in to comment.