diff --git a/.ci/aiida-version.json b/.ci/aiida-version.json index 3d4504c0..19f1b4f7 100644 --- a/.ci/aiida-version.json +++ b/.ci/aiida-version.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "AiiDA", - "message": "v1.4.3", + "message": "v1.5.0", "color": "brightgreen" } diff --git a/Dockerfile b/Dockerfile index e7cf8c56..0c87568f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG OPTIMADE_TOOLS_VERSION=0.12.3 RUN pip install optimade==${OPTIMADE_TOOLS_VERSION} # Install specific aiida-core version -ARG AIIDA_VERSION=1.4.3 +ARG AIIDA_VERSION=1.5.0 RUN pip install aiida-core==${AIIDA_VERSION} RUN reentry scan diff --git a/profiles/docker-compose.j2 b/profiles/docker-compose.j2 index 700bd513..5de8573d 100644 --- a/profiles/docker-compose.j2 +++ b/profiles/docker-compose.j2 @@ -8,7 +8,7 @@ services: dockerfile: Dockerfile args: OPTIMADE_TOOLS_VERSION: 0.12.3 - AIIDA_VERSION: 1.4.3 + AIIDA_VERSION: 1.5.0 environment: AIIDA_PATH: /app AIIDA_PROFILE: {{ aiida_profile }} diff --git a/profiles/docker-compose.yml b/profiles/docker-compose.yml index e3c3539e..6ac2b04b 100644 --- a/profiles/docker-compose.yml +++ b/profiles/docker-compose.yml @@ -8,7 +8,7 @@ services: dockerfile: Dockerfile args: OPTIMADE_TOOLS_VERSION: 0.12.3 - AIIDA_VERSION: 1.4.3 + AIIDA_VERSION: 1.5.0 environment: AIIDA_PATH: /app AIIDA_PROFILE: test_django