Skip to content

Commit

Permalink
Merge pull request #33 from fledge-iot/2.6.0RC
Browse files Browse the repository at this point in the history
2.6.0RC
  • Loading branch information
dianomicbot authored Oct 29, 2024
2 parents 5344890 + ad61114 commit 369d762
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.0RC'
CORE_BRANCH='2.6.0RC'
${HOME}/buildFledge ${CORE_BRANCH} ${WORKSPACE}
'''
}
Expand Down
4 changes: 2 additions & 2 deletions VERSION.north.azure_iot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_north_azure_iot_version=2.5.0
fledge_version>=2.5
fledge_north_azure_iot_version=2.6.0
fledge_version>=2.6
2 changes: 1 addition & 1 deletion python/fledge/plugins/north/azure_iot/azure_iot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def plugin_info():
"""
return {
'name': 'Azure IoT Hub device client',
'version': '2.5.0',
'version': '2.6.0',
'type': 'north',
'interface': '1.0',
'config': _DEFAULT_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion tests/test_azure_iot.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_plugin_contract():
def test_plugin_info():
assert azure_iot.plugin_info() == {
'name': 'Azure IoT Hub device client',
'version': '2.5.0',
'version': '2.6.0',
'type': 'north',
'interface': '1.0',
'config': config
Expand Down

0 comments on commit 369d762

Please # to comment.