diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-01-18 16:58:02 +0100 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-01-18 16:58:02 +0100 |
commit | 582ba400f31318dc90ec21552339d66ab79cb80e (patch) | |
tree | 9dd6a66d005de6e7f1fe58acf047d98477a81ee6 /tests | |
parent | 21c7d95ef3c079c068dd98c1a19b3dbd8295139a (diff) |
Update version to 12.9.0
It contains changes for NBI module
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iac70fc8f35c42b361a04e3408e05484019bb0a16
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_version.py b/tests/test_version.py index 8964990..5971cc3 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.8.0' + assert version.__version__ == '12.9.0' |