aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-05-11 12:35:20 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-05-11 12:35:20 +0000
commit469bc508fbd751f575879bcd11b845cf3ad4ed9a (patch)
tree8387e151b9d608b83d02315f4bd9627726b5bd3b
parent3706c4b73821b1a7c3aaa660b5ca9e056c07b3a0 (diff)
Version 10.5.0
Bump version with latest instantiation changes Issue-ID: INT-2187 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ie3c76e2c970486421778b46bd050d1f0260fc5dc
-rw-r--r--src/onapsdk/version.py2
-rw-r--r--tests/test_version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/onapsdk/version.py b/src/onapsdk/version.py
index 3c9c663..b9e1c45 100644
--- a/src/onapsdk/version.py
+++ b/src/onapsdk/version.py
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "10.4.3"
+__version__ = "10.5.0"
diff --git a/tests/test_version.py b/tests/test_version.py
index dc3cc64..0e73729 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.4.3'
+ assert version.__version__ == '10.5.0'