diff --git a/VERSION.south.envirophat b/VERSION.south.envirophat index eaade6b..37ea73c 100644 --- a/VERSION.south.envirophat +++ b/VERSION.south.envirophat @@ -1,3 +1,2 @@ -foglamp_south_envirophat_version=1.0 -foglamp_version>=1.3 - +foglamp_south_envirophat_version=1.5.0 +foglamp_version>=1.5 diff --git a/python/foglamp/plugins/south/envirophat/envirophat.py b/python/foglamp/plugins/south/envirophat/envirophat.py index bebd07f..89182e3 100644 --- a/python/foglamp/plugins/south/envirophat/envirophat.py +++ b/python/foglamp/plugins/south/envirophat/envirophat.py @@ -107,7 +107,7 @@ def plugin_info(): return { 'name': 'Enviro pHAT Poll Plugin', - 'version': '1.0', + 'version': '1.5.0', 'mode': 'poll', 'type': 'south', 'interface': '1.0',