From d1da74f4fe2d1ce35d965b4d858c4edb381bf302 Mon Sep 17 00:00:00 2001 From: Michele Carignani <michele.carignani@etsi.org> Date: Wed, 24 Feb 2021 11:57:18 +0100 Subject: [PATCH] set tosca version to 1.3 --- src/doc2tosca.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc2tosca.py b/src/doc2tosca.py index b1c52bd..33e9a92 100644 --- a/src/doc2tosca.py +++ b/src/doc2tosca.py @@ -15,8 +15,8 @@ from docx.text.paragraph import Paragraph from example import generate_examples_between BASE_FILENAME = "etsi_nfv_sol001_{}_{}_types.yaml" -TOSCA_VERSION = "tosca_simple_yaml_1_2" -DEFAULT_TOSCA_VERSION = "tosca_simple_yaml_1_2" +TOSCA_VERSION = "tosca_simple_yaml_1_3" +DEFAULT_TOSCA_VERSION = "tosca_simple_yaml_1_3" SPEC_VERSION = "v2.6.1" allowed_versions = ["v2.6.1", "v2.6.3", "v2.7.1", "v2.8.1", "v3.3.1"] -- GitLab