aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-06-27 12:46:29 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-06-27 12:46:29 +0000
commit5639a7d723caea5fa367a909a6857460ae9e6b17 (patch)
tree64d51af9a72f3c8f29d1ab4259a811bba4f4889d /tests
parentc1cf91e41376e9b9dbf13013a3f79fb09debaf09 (diff)
Release London version of ONAP SDK
Version 12 -- as London is 12th ONAP release Issue-ID: INT-2255 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia7ba2268fa8e25deb50266a5ca0c2f64f85cced2
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 6b07aa0..09de8e8 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.7.0'
+ assert version.__version__ == '12.0.0'