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

Commit cce00fb

Browse files
committed
Bump version: 1.24.0 → 1.24.1
1 parent 24abea4 commit cce00fb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.24.0
2+
current_version = 1.24.1
33
commit = True
44
tag = True
55

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ sonar:
146146
image: hhucn/sonar-scanner
147147
stage: analysis
148148
script:
149-
- 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.24.0 -D sonar.sources=. -D sonar.python.coverage.reportPath=coverage.xml
149+
- 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.24.1 -D sonar.sources=. -D sonar.python.coverage.reportPath=coverage.xml
150150
only:
151151
- development
152152
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.24.0"
6+
version: "1.24.1"
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.24.0'
17+
version = '1.24.1'
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.24.0",
3+
"version": "1.24.1",
44
"description": "system for dialog-based online argumentation",
55
"main": "app.js",
66
"repository": "git@github.com:hhucn/dbas",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbas"
3-
version = "1.24.0"
3+
version = "1.24.1"
44
description = ""
55
authors = ["None"]
66

0 commit comments

Comments
 (0)