Skip to content

Commit

Permalink
VERSION changed
Browse files Browse the repository at this point in the history
Signed-off-by: dianomicbot <[email protected]>
  • Loading branch information
dianomicbot committed Feb 1, 2021
1 parent 1b3ca66 commit cfb5c29
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 cfb5c29

Please sign in to comment.