Skip to content

Commit 9966acb

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent 5d0a184 commit 9966acb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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.4.0
2+
current_version = 0.4.1
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
@@ -38,7 +38,7 @@ COPY sql/V1_2__iris.sql /flyway/sql/V1_2__iris.sql
3838
COPY sql/V1_3__dummy_ldsm.sql /flyway/sql/V1_3__dummy_ldsm.sql
3939
COPY sql/V1_4__dummy_federation.sql /flyway/sql/V1_4__dummy_federation.sql
4040

41-
ENV IMAGE=hbpmip/sample-data-db-setup:0.4.0 \
41+
ENV IMAGE=hbpmip/sample-data-db-setup:0.4.1 \
4242
DATASETS=linreg_sample,churn,iris
4343

4444
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.4.0 migrate
26+
$ docker run -i -t --rm -e FLYWAY_HOST=`hostname` hbpmip/sample-data-db-setup:0.4.1 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.4.0
63-
current_code_release: https://github.com/HBPMedical/sample-data-db-setup/archive/0.4.0.zip
64-
current_docker_release: docker pull hbpmip/sample-data-db-setup:0.4.0
62+
current_version: 0.4.1
63+
current_code_release: https://github.com/HBPMedical/sample-data-db-setup/archive/0.4.1.zip
64+
current_docker_release: docker pull hbpmip/sample-data-db-setup:0.4.1
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.4.0
79+
current_tag: 0.4.1
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.4.0
82+
command: docker pull hbpmip/sample-data-db-setup:0.4.1
8383

8484
planning:
8585
github:

0 commit comments

Comments
 (0)