Skip to content

Commit b8ee061

Browse files
committed
Bump version: 0.5.1 → 0.6.0
1 parent 697dce8 commit b8ee061

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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 = 0.5.1
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY sql/V1_0__create.sql \
4444
sql/V1_6__mixed_datasets.sql \
4545
/flyway/sql/
4646

47-
ENV IMAGE=hbpmip/sample-data-db-setup:0.5.1 \
47+
ENV IMAGE=hbpmip/sample-data-db-setup:0.6.0 \
4848
DATASETS=linreg_sample,churn,iris,desd_synth,nida_synth,qqni_synth,desd_mixed,nida_mixed,qqni_mixed
4949

5050
LABEL org.label-schema.build-date=$BUILD_DATE \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This database contains the data used for testing and debugging purposes.
2323
Run:
2424

2525
```console
26-
$ docker run -i -t --rm -e FLYWAY_HOST=`hostname` hbpmip/sample-data-db-setup:0.5.1 migrate
26+
$ docker run -i -t --rm -e FLYWAY_HOST=`hostname` hbpmip/sample-data-db-setup:0.6.0 migrate
2727
```
2828

2929
where the environment variables are:

hbp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ testing:
5959
command: ./tests/tesh.sh
6060

6161
release_management:
62-
current_version: 0.5.1
63-
current_code_release: https://github.com/HBPMedical/sample-data-db-setup/archive/0.5.1.zip
64-
current_docker_release: docker pull hbpmip/sample-data-db-setup:0.5.1
62+
current_version: 0.6.0
63+
current_code_release: https://github.com/HBPMedical/sample-data-db-setup/archive/0.6.0.zip
64+
current_docker_release: docker pull hbpmip/sample-data-db-setup:0.6.0
6565
release_script: 'publish.sh'
6666

6767
continuous_integration:
@@ -76,10 +76,10 @@ continuous_integration:
7676
distribution:
7777
docker_hub:
7878
name: hbpmip/sample-data-db-setup
79-
current_tag: 0.5.1
79+
current_tag: 0.6.0
8080
url: https://hub.docker.com/r/hbpmip/sample-data-db-setup/
8181
badge: https://img.shields.io/badge/docker-hbpmip%2Fsample--meta--db--setup-008bb8.svg
82-
command: docker pull hbpmip/sample-data-db-setup:0.5.1
82+
command: docker pull hbpmip/sample-data-db-setup:0.6.0
8383

8484
planning:
8585
github:

0 commit comments

Comments
 (0)