aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-01-16 12:22:51 +0000
committerMicha? Jagie??o <michal.jagiello@t-mobile.pl>2023-01-16 12:53:24 +0000
commitfc0de239e86e0fd73fea527e11990288a2be8ebc (patch)
tree85707db91c89006960f6927ef047171da0f9b350 /tests
parent956bef308145fa3fb2263bd66a94c562a6f466b8 (diff)
Release 10.3 version of ONAP SDKv10.3
Release a version with sdc resources deletion Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I2e353b62eda3eac2f7a07c634ec0e1d8ef613ba7
Diffstat (limited to 'tests')
-rw-r--r--tests/test_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_version.py b/tests/test_version.py
index 589f949..c345c16 100644
--- a/tests/test_version.py
+++ b/tests/test_version.py
@@ -17,4 +17,4 @@ import onapsdk.version as version
def test_version():
"""Check version is the right one."""
- assert version.__version__ == '10.2.0'
+ assert version.__version__ == '10.3.0'