Skip to content

Commit

Permalink
Merge pull request #11 from fledge-iot/1.9.0RC
Browse files Browse the repository at this point in the history
1.9.0RC
  • Loading branch information
dianomicbot authored Feb 24, 2021
2 parents bebdcd8 + cfb5c29 commit 5620f88
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.8.2
fledge_version>=1.8
fledge_south_randomwalk_version=1.9.0
fledge_version>=1.9
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.8.2',
'version': '1.9.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.8.2',
'version': '1.9.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 5620f88

Please sign in to comment.