Skip to content

Commit

Permalink
Merge pull request #21 from dianomic/2.0.0RC
Browse files Browse the repository at this point in the history
2.0.0RC
  • Loading branch information
dianomicbot authored Sep 15, 2022
2 parents 36df1f3 + 4d8912a commit bc7b061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION.filter.ema
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
foglamp_filter_ema_version=1.9.2
foglamp_version>=1.9
foglamp_filter_ema_version=2.0.0
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': '1.9.2',
'version': '2.0.0',
'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': '1.9.2',
'version': '2.0.0',
'mode': "none",
'type': 'filter',
'interface': '1.0',
Expand Down

0 comments on commit bc7b061

Please sign in to comment.