From f58359f80f4aa4973a5335e075c69f2edc32be26 Mon Sep 17 00:00:00 2001 From: suecharo Date: Fri, 26 Apr 2024 18:05:39 +0900 Subject: [PATCH] Update version to 1.7.1 --- Dockerfile | 2 +- compose.yml | 2 +- sapporo/__init__.py | 2 +- sapporo/service-info.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04f0e7b..4b8f12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM python:3.8.18-slim-bullseye LABEL org.opencontainers.image.authors="Bioinformatics and DDBJ Center " LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/sapporo-service" LABEL org.opencontainers.image.source="https://github.com/sapporo-wes/sapporo-service/blob/main/Dockerfile" -LABEL org.opencontainers.image.version="1.7.0" +LABEL org.opencontainers.image.version="1.7.1" LABEL org.opencontainers.image.description="sapporo-service is a standard implementation conforming to the Global Alliance for Genomics and Health (GA4GH) Workflow Execution Service (WES) API specification." LABEL org.opencontainers.image.licenses="Apache2.0" diff --git a/compose.yml b/compose.yml index 53837c3..53c75ad 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.5" services: app: - image: ghcr.io/sapporo-wes/sapporo-service:1.7.0 + image: ghcr.io/sapporo-wes/sapporo-service:1.7.1 container_name: sapporo-service volumes: # The ones below are mounted for cwltool and DinD. diff --git a/sapporo/__init__.py b/sapporo/__init__.py index 0d126d4..8e7c0d8 100644 --- a/sapporo/__init__.py +++ b/sapporo/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 # coding: utf-8 -__version__ = "1.7.0" +__version__ = "1.7.1" diff --git a/sapporo/service-info.json b/sapporo/service-info.json index 0756afe..a24c005 100644 --- a/sapporo/service-info.json +++ b/sapporo/service-info.json @@ -69,7 +69,7 @@ "contact_info_url": "https://github.com/sapporo-wes/sapporo-service", "tags": { "wes-name": "sapporo", - "sapporo-version": "1.7.0", + "sapporo-version": "1.7.1", "news_content": "" } }