From f528a30c91fb9d60b5b0fef2773c319a0aff0dc0 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Fri, 9 Aug 2019 13:18:25 +0100
Subject: [PATCH] Updates version number

---
 .gitlab-ci.yml      | 8 ++++----
 src/service/VERSION | 2 +-
 src/test/VERSION    | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2a7098..f72b18d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,8 +35,8 @@ build:tests:
     - python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build
   artifacts:
     paths:
-    - build/clmctest-2.4.0.tar.gz
-    - build/clmcservice-2.4.0.tar.gz
+    - build/clmctest-2.4.1.tar.gz
+    - build/clmcservice-2.4.1.tar.gz
     expire_in: 1 day
 
 test:all:
@@ -50,8 +50,8 @@ test:all:
     - echo "REPO_PASS=${REPO_PASS}" >> $CI_PROJECT_DIR/reporc
     - sudo scripts/test/fixture.sh create -f src/test/clmctest/rspec.json -r $CI_PROJECT_DIR -c all
     - sudo mkdir /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
-    - sudo cp build/clmctest-2.4.0.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
-    - sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.4.0.tar.gz
+    - sudo cp build/clmctest-2.4.1.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
+    - sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.4.1.tar.gz
     - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest
   when: on_success      
   
diff --git a/src/service/VERSION b/src/service/VERSION
index faf1664..35237d8 100644
--- a/src/service/VERSION
+++ b/src/service/VERSION
@@ -1 +1 @@
-__version__ = "2.4.0"
\ No newline at end of file
+__version__ = "2.4.1"
\ No newline at end of file
diff --git a/src/test/VERSION b/src/test/VERSION
index faf1664..35237d8 100644
--- a/src/test/VERSION
+++ b/src/test/VERSION
@@ -1 +1 @@
-__version__ = "2.4.0"
\ No newline at end of file
+__version__ = "2.4.1"
\ No newline at end of file
-- 
GitLab