Skip to content

Commit

Permalink
Merge pull request #15 from dianomic/1.9.1RC
Browse files Browse the repository at this point in the history
1.9.1RC
  • Loading branch information
dianomicbot authored Jun 3, 2021
2 parents fdd234c + 2110ed6 commit 16d2a23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.filter.ema
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
foglamp_filter_ema_version=1.9.0
foglamp_filter_ema_version=1.9.1
foglamp_version>=1.9
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions python/foglamp/plugins/filter/ema/ema.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 16d2a23

Please sign in to comment.