From bd1eed0a99651140fe381c183bc38221c598814f Mon Sep 17 00:00:00 2001 From: "michal.jagiello@t-mobile.pl" Date: Tue, 12 Mar 2024 16:46:54 +0000 Subject: Version 13.0.5 -- Add an exception on SDC model distribution check There is a chance that SO-SDC controller returns an error that some artifact is not used in model. That's not an error which should mark distribution as failed Issue-ID: TEST-404 Change-Id: I27011f5c8989f989b95fa06a4632bf0ef16cc9bf Signed-off-by: Michal Jagiello --- src/onapsdk/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onapsdk/version.py') diff --git a/src/onapsdk/version.py b/src/onapsdk/version.py index 6d6d217..d606f96 100644 --- a/src/onapsdk/version.py +++ b/src/onapsdk/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "13.0.4" +__version__ = "13.0.5" -- cgit 1.2.3-korg