Skip to content

Commit

Permalink
Merge pull request #23 from dianomic/2.0.1RC
Browse files Browse the repository at this point in the history
2.0.1RC
  • Loading branch information
dianomicbot authored Oct 27, 2022
2 parents bc7b061 + f823d5c commit f457dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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=2.0.0
foglamp_filter_ema_version=2.0.1
foglamp_version>=2.0
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': '2.0.0',
'version': '2.0.1',
'mode': "none",
'type': 'filter',
'interface': '1.0',
Expand Down
2 changes: 1 addition & 1 deletion python/foglamp/plugins/filter/ema/ema.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def plugin_info():
"""
return {
'name': 'ema',
'version': '2.0.0',
'version': '2.0.1',
'mode': "none",
'type': 'filter',
'interface': '1.0',
Expand Down

0 comments on commit f457dba

Please sign in to comment.