From 81b70cac7dfe51f1084a937d378b1f803545b719 Mon Sep 17 00:00:00 2001 From: ashish-jabble Date: Tue, 11 May 2021 16:34:41 +0530 Subject: [PATCH 1/2] fix URL link for readthedocs Signed-off-by: ashish-jabble --- python/foglamp/plugins/filter/ema/ema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/foglamp/plugins/filter/ema/ema.py b/python/foglamp/plugins/filter/ema/ema.py index 16f4a22..a05e653 100644 --- a/python/foglamp/plugins/filter/ema/ema.py +++ b/python/foglamp/plugins/filter/ema/ema.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # FOGLAMP_BEGIN -# See: http://foglamp.readthedocs.io/ +# See: https://foglamp-foglamp-documentation.readthedocs-hosted.com # FOGLAMP_END """ Module for EMA filter plugin From 2110ed687fc9bf4d8b353fdfd78333c7e17e2736 Mon Sep 17 00:00:00 2001 From: dianomicbot Date: Thu, 27 May 2021 14:05:57 +0000 Subject: [PATCH 2/2] VERSION changed Signed-off-by: dianomicbot --- VERSION.filter.ema | 2 +- docs/index.rst | 2 +- python/foglamp/plugins/filter/ema/ema.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.filter.ema b/VERSION.filter.ema index c1baeb0..c539f32 100644 --- a/VERSION.filter.ema +++ b/VERSION.filter.ema @@ -1,2 +1,2 @@ -foglamp_filter_ema_version=1.9.0 +foglamp_filter_ema_version=1.9.1 foglamp_version>=1.9 diff --git a/docs/index.rst b/docs/index.rst index 0add142..2a9ce18 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ The plugin_info entry point that returns details of the plugin and the default c """ return { 'name': 'ema', - 'version': '1.9.0', + 'version': '1.9.1', 'mode': "none", 'type': 'filter', 'interface': '1.0', diff --git a/python/foglamp/plugins/filter/ema/ema.py b/python/foglamp/plugins/filter/ema/ema.py index a05e653..cd361d0 100644 --- a/python/foglamp/plugins/filter/ema/ema.py +++ b/python/foglamp/plugins/filter/ema/ema.py @@ -93,7 +93,7 @@ def plugin_info(): """ return { 'name': 'ema', - 'version': '1.9.0', + 'version': '1.9.1', 'mode': "none", 'type': 'filter', 'interface': '1.0',