From e335f638264a7611fbe3a90bff72571583471b3e Mon Sep 17 00:00:00 2001 From: Christian Meter Date: Thu, 18 Jul 2019 13:36:42 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.20.2=20=E2=86=92=201.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .gitlab-ci.yml | 2 +- api/swagger-ui/dbas_openapi_v3.yaml | 2 +- dbas/views/helper.py | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dd970b20a..dca7b0e22 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.20.2 +current_version = 1.21.0 commit = True tag = True diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e41086386..eb3d6a017 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ sonar: image: hhucn/sonar-scanner stage: analysis script: - - sonar-scanner -D sonar.host.url=https://sonarqube.cs.uni-duesseldorf.de -D sonar.login=$SONARQUBE_LOGIN -D sonar.projectKey=$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME -D sonar.projectName=$CI_PROJECT_NAME -D sonar.projectVersion=1.20.2 -D sonar.sources=. -D sonar.python.coverage.reportPath=coverage.xml + - sonar-scanner -D sonar.host.url=https://sonarqube.cs.uni-duesseldorf.de -D sonar.login=$SONARQUBE_LOGIN -D sonar.projectKey=$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME -D sonar.projectName=$CI_PROJECT_NAME -D sonar.projectVersion=1.21.0 -D sonar.sources=. -D sonar.python.coverage.reportPath=coverage.xml only: - development allow_failure: true diff --git a/api/swagger-ui/dbas_openapi_v3.yaml b/api/swagger-ui/dbas_openapi_v3.yaml index 52bad0445..74413ee26 100644 --- a/api/swagger-ui/dbas_openapi_v3.yaml +++ b/api/swagger-ui/dbas_openapi_v3.yaml @@ -3,7 +3,7 @@ servers: - url: 'http://localhost:4284/api' - url: 'https://dbas.cs.uni-duesseldorf.de/api' info: - version: "1.20.2" + version: "1.21.0" title: D-BAS paths: diff --git a/dbas/views/helper.py b/dbas/views/helper.py index e7f569d5e..f2e37ba7f 100644 --- a/dbas/views/helper.py +++ b/dbas/views/helper.py @@ -14,7 +14,7 @@ LOG = logging.getLogger(__name__) name = 'D-BAS' -version = '1.20.2' +version = '1.21.0' full_version = version project_name = name + ' ' + full_version diff --git a/package.json b/package.json index f58066be2..4cb1e3511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "D-BAS", - "version": "1.20.2", + "version": "1.21.0", "description": "system for dialog-based online argumentation", "main": "app.js", "repository": "git@github.com:hhucn/dbas",