Skip to content

Commit

Permalink
Merge pull request #8 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 4b45bd5 + 385e7fc commit 646169d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.south.s7_python
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_south_s7_python_version=2.0.1
fledge_version>=2.0
fledge_south_s7_python_version=2.1.0
fledge_version>=2.1
2 changes: 1 addition & 1 deletion python/fledge/plugins/south/s7_python/s7_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def plugin_info():

return {
'name': 's7_south_python',
'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_south_s7_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_plugin_info(self):
plugin_info = s7.plugin_info()
assert plugin_info == {
'name': 's7_south_python',
'version': '2.0.1',
'version': '2.1.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 646169d

Please sign in to comment.