From 5ade034fd90916d52f96d6662166d674b9551063 Mon Sep 17 00:00:00 2001 From: Manuel Spuhler <manuel.spuhler@chuv.ch> Date: Wed, 5 Jun 2019 09:03:23 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- hbp.yml | 10 +++++----- pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b73e8b15f..b58f949d7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.1.0 commit = True tag = True tag_name = {new_version} diff --git a/hbp.yml b/hbp.yml index 29bbd61cd..dc6d6c21c 100644 --- a/hbp.yml +++ b/hbp.yml @@ -58,9 +58,9 @@ testing: command: ./test.sh release_management: - current_version: 3.0.0 - current_code_release: https://github.com/HBPMedical/portal-backend/archive/3.0.0.zip - current_binary_release: https://pypi.python.org/pypi/portal-backend/3.0.0 + current_version: 3.1.0 + current_code_release: https://github.com/HBPMedical/portal-backend/archive/3.1.0.zip + current_binary_release: https://pypi.python.org/pypi/portal-backend/3.1.0 release_script: 'publish.sh' continuous_integration: @@ -75,10 +75,10 @@ continuous_integration: distribution: docker_hub: name: hbpmip/portal-backend - current_tag: 3.0.0 + current_tag: 3.1.0 url: https://hub.docker.com/r/hbpmip/portal-backend/ badge: https://img.shields.io/badge/docker-hbpmip%2Fportal--backend-008bb8.svg - command: docker pull hbpmip/portal-backend:3.0.0 + command: docker pull hbpmip/portal-backend:3.1.0 planning: github: diff --git a/pom.xml b/pom.xml index 3eaee9e54..356f9c93a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>eu.hbp.mip</groupId> <artifactId>portal-backend</artifactId> - <version>3.0.0</version><!-- BUMP_VERSION --> + <version>3.1.0</version><!-- BUMP_VERSION --> <packaging>jar</packaging> <name>portal-backend</name> -- GitLab