Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit e335f63

Browse files
committed
Bump version: 1.20.2 → 1.21.0
1 parent 205cdd7 commit e335f63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.20.2
2+
current_version = 1.21.0
33
commit = True
44
tag = True
55

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sonar:
8383
image: hhucn/sonar-scanner
8484
stage: analysis
8585
script:
86-
- 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
86+
- 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
8787
only:
8888
- development
8989
allow_failure: true

api/swagger-ui/dbas_openapi_v3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ servers:
33
- url: 'http://localhost:4284/api'
44
- url: 'https://dbas.cs.uni-duesseldorf.de/api'
55
info:
6-
version: "1.20.2"
6+
version: "1.21.0"
77
title: D-BAS
88

99
paths:

dbas/views/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LOG = logging.getLogger(__name__)
1616
name = 'D-BAS'
17-
version = '1.20.2'
17+
version = '1.21.0'
1818
full_version = version
1919
project_name = name + ' ' + full_version
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "D-BAS",
3-
"version": "1.20.2",
3+
"version": "1.21.0",
44
"description": "system for dialog-based online argumentation",
55
"main": "app.js",
66
"repository": "git@github.com:hhucn/dbas",

0 commit comments

Comments
 (0)