Skip to content

Commit

Permalink
Merge pull request #31 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 8ee1396 + 3b8d63a commit 5344890
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.4.0RC'
CORE_BRANCH='2.5.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.4.0
fledge_version>=2.4
fledge_north_azure_iot_version=2.5.0
fledge_version>=2.5
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.4.0',
'version': '2.5.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.4.0',
'version': '2.5.0',
'type': 'north',
'interface': '1.0',
'config': config
Expand Down

0 comments on commit 5344890

Please sign in to comment.