Skip to content

Commit

Permalink
Merge pull request #20 from fledge-iot/2.5.0RC
Browse files Browse the repository at this point in the history
2.5.0RC
  • Loading branch information
dianomicbot authored Jul 1, 2024
2 parents f7409be + 2bac3f9 commit 4dde01f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ timestamps {
// Change to corresponding CORE_BRANCH as required
// e.g. FOGL-xxxx, main etc.
sh '''
CORE_BRANCH='2.4.0RC'
CORE_BRANCH='2.5.0RC'
${HOME}/buildFledge ${CORE_BRANCH} ${WORKSPACE}
'''
}
Expand Down
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.4.0
fledge_version>=2.4
fledge_south_s7_python_version=2.5.0
fledge_version>=2.5
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.4.0',
'version': '2.5.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-s7_python.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-snap7
python-snap7==1.1
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.4.0',
'version': '2.5.0',
'mode': 'poll',
'type': 'south',
'interface': '1.0',
Expand Down

0 comments on commit 4dde01f

Please sign in to comment.