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

Commit

Permalink
Bump version: 1.10.0 → 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Sep 12, 2018
1 parent 4efa139 commit 2aa1e73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.10.0
current_version = 1.10.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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.10.0 -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.10.1 -D sonar.sources=. -D sonar.python.coverage.reportPath=coverage.xml
only:
- development
when: always
Expand Down
2 changes: 1 addition & 1 deletion dbas/views/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from dbas.logger import logger

name = 'D-BAS'
version = '1.10.0'
version = '1.10.1'
full_version = version
project_name = name + ' ' + full_version

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "D-BAS",
"version": "1.10.0",
"version": "1.10.1",
"description": "system for dialog-based online argumentation",
"main": "app.js",
"repository": "git@github.com:hhucn/dbas",
Expand Down

0 comments on commit 2aa1e73

Please sign in to comment.