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.6.2 → 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Krauthoff committed May 2, 2018
1 parent a069253 commit d8bc1d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.2
current_version = 1.6.3
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 @@ -74,7 +74,7 @@ sonar:
image: hhucn/sonar-scanner
stage: deploy
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.6.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.6.3 -D sonar.sources=. -D sonar.python.coverage.reportPath=coverage.xml
only:
- development
when: always
Expand Down
2 changes: 1 addition & 1 deletion dbas/views/rendered.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from dbas.validators.user import valid_user, valid_user_optional

name = 'D-BAS'
version = '1.6.2'
version = '1.6.3'
full_version = version
project_name = name + ' ' + full_version

Expand Down

0 comments on commit d8bc1d1

Please sign in to comment.