Skip to content

Commit

Permalink
Merge pull request #17 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 65fcf66 + d225123 commit b8114bb
Show file tree
Hide file tree
Showing 5 changed files with 7 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.north.s7_python
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_north_s7_python_version=2.4.0
fledge_version>=2.4
fledge_north_s7_python_version=2.5.0
fledge_version>=2.5
3 changes: 2 additions & 1 deletion python/fledge/plugins/north/s7_python/s7_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from snap7.util import *
from snap7.types import *

import logging
import asyncio
import json
import re
Expand Down Expand Up @@ -160,7 +161,7 @@
def plugin_info():
return {
'name': 's7_north_python',
'version': '2.4.0',
'version': '2.5.0',
'type': 'north',
'interface': '1.0',
'config': _DEFAULT_CONFIG
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_north_s7_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_plugin_info(self):

assert plugin_info == {
'name': 's7_north_python',
'version': '2.4.0',
'version': '2.5.0',
'type': 'north',
'interface': '1.0',
'config': s7._DEFAULT_CONFIG
Expand Down

0 comments on commit b8114bb

Please sign in to comment.