diff --git a/VERSION.north.azure b/VERSION.north.azure index ac26739..49ab0f5 100644 --- a/VERSION.north.azure +++ b/VERSION.north.azure @@ -1,2 +1,2 @@ -fledge_north_azure_version=2.0.1 -fledge_version>=2.0 +fledge_north_azure_version=2.1.0 +fledge_version>=2.1 diff --git a/python/fledge/plugins/north/azure/azure.py b/python/fledge/plugins/north/azure/azure.py index dd31a96..f15b1eb 100644 --- a/python/fledge/plugins/north/azure/azure.py +++ b/python/fledge/plugins/north/azure/azure.py @@ -58,7 +58,7 @@ def plugin_info(): return { 'name': 'azure', - 'version': '2.0.1', + 'version': '2.1.0', 'type': 'north', 'interface': '1.0', 'config': _DEFAULT_CONFIG