diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1ac3a6e12..00a9a0076 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.19.2 +current_version = 1.20.0 commit = True tag = True diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ef5e8754..2fac3cafa 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.19.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.20.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 9e828df3f..1c4ea4e23 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.19.2" + version: "1.20.0" title: D-BAS paths: diff --git a/dbas/views/helper.py b/dbas/views/helper.py index 30bbbcc3a..de765373d 100644 --- a/dbas/views/helper.py +++ b/dbas/views/helper.py @@ -14,7 +14,7 @@ LOG = logging.getLogger(__name__) name = 'D-BAS' -version = '1.19.2' +version = '1.20.0' full_version = version project_name = name + ' ' + full_version diff --git a/package.json b/package.json index 06e508bcf..c99e987f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "D-BAS", - "version": "1.19.2", + "version": "1.20.0", "description": "system for dialog-based online argumentation", "main": "app.js", "repository": "git@github.com:hhucn/dbas",