aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_version.py
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-07-05 13:33:21 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-07-05 13:33:21 +0000
commitd39c14ca0b8ba9e187c7c9b27793a737e90c3337 (patch)
tree1ecac9b4256f76add0824792c3ddba4580a7a2dd /tests/test_version.py
parentd9cbd43f8a8919fd6474875a00cfef226ff5296b (diff)
Release v12.1.0 version
Contains bug fix for CPS and new method for SDC Service Issue-ID: INT-2222 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I53d24d7a7a1ef89b38700579e9b33d52a20464dd
Diffstat (limited to 'tests/test_version.py')
-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 09de8e8..1cf4499 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.0.0'
+ assert version.__version__ == '12.1.0'