aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/version.py
diff options
context:
space:
mode:
authormichal.jagiello@t-mobile.pl <michal.jagiello@t-mobile.pl>2024-03-12 16:46:54 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2024-03-14 09:31:10 +0100
commitbd1eed0a99651140fe381c183bc38221c598814f (patch)
treed71514457dc85d733c10536724cab7690af645c5 /src/onapsdk/version.py
parent7c3de7ac0ff93bae27f2a0a30198bb3d2e24cbf1 (diff)
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 <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'src/onapsdk/version.py')
-rw-r--r--src/onapsdk/version.py2
1 files changed, 1 insertions, 1 deletions
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"