aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-06 14:34:20 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-06 14:34:20 +0000
commit75b7c9be8db073ec728282d4027d5eb1f0a24802 (patch)
treecca8f88b2667645bb65f84bab0109913b7da186f
parent70c6a75709b0001e9ffe26987563e14e3e6c6b3d (diff)
Release 10.4.0 version
Release version with: - adding VSP archive - using k8s plugin without MSB Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ica8059a2b34654cbb444f041c8bc67f34d92f797
-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 be63da9..369e1f9 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.3.2"
+__version__ = "10.4.0"
diff --git a/tests/test_version.py b/tests/test_version.py
index 781a53c..0459823 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.3.2'
+ assert version.__version__ == '10.4.0'