Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MagielBruntink committed Jan 12, 2021
2 parents ce79174 + fe4b21b commit f1575da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

plugin_name = 'RapidPlugin'
plugin_description = 'A FASTEN plug-in to populate risk related metadata for a product.'
plugin_version = '1.1.1'
plugin_version = '1.1.2'


def get_args_parser():
Expand Down
6 changes: 3 additions & 3 deletions rapidplugin/analysis/lizard_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ def _calculate_metrics(self):

def _get_analyzer(self):
return {
"analyzer_name": "lizard",
"analyzer_version": lizard.version,
"analysis_timestamp": self.timestamp
"quality_analyzer_name": "Lizard",
"quality_analyzer_version": lizard.version,
"quality_analysis_timestamp": self.timestamp
}


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='quality-analyzer',
version='1.1.1',
version='1.1.2',
description='FASTEN RAPID Plugin',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f1575da

Please sign in to comment.