diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-09-06 17:48:38 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-09-06 17:48:38 +0800 |
commit | 33c0357fefe6683a58c7c21477f1a411b62f293f (patch) | |
tree | 2ff21c8643a07921f023781bdd9238b76b075c0a /tosca2heat/heat-translator/setup.cfg | |
parent | b33570b6ae9b744e489397cc746dbdbc051e5d29 (diff) |
Update the parser's version after publish 0.5.0 for onap
1. git tag 0.5.0 git push origin 0.5.0
2. set apigateway version empty
set toscaparser version empty
set heat-translator version empty
version management use git tag, note: tag name must be started with
digit
JIRA: PARSER-147
Change-Id: I71cc9b910bce57eebf4c07976bd24efd441048fa
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/setup.cfg')
-rw-r--r-- | tosca2heat/heat-translator/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 4fe4404..863b97d 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = heat-translator -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = Tool to translate non-heat templates to Heat Orchestration Template in nfv. description-file = |