aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-10-19 17:24:29 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-10-19 17:24:29 +0200
commit63518e1b6ebf0ce32f97e66076cbf0aebfec8f1d (patch)
treee11098de87d0a18b270b8fe7494d2110e0ff5b41 /tests
parentaab90460891047b661ea708072753f49c536a434 (diff)
ONAP SDK 12.5.0 version
Provides: - delete anchor method for CPS dataspace - multiple functionalities for A&AI resources - modification of PNF using SO - end of support for Python 3.7 version - changes required to support Python 3.12 version Issue-ID: TEST-404 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia65da6186d3ac82166e2d1d01be0168951b8af5b
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 089c6cb..53652c5 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__ == '12.4.0'
+ assert version.__version__ == '12.5.0'