Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed May 10, 2022
1 parent 1b83c75 commit 693c80d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM python:3.8.13-slim-buster
LABEL org.opencontainers.image.authors="Bioinformatics and DDBJ Center <t.ohta@nig.ac.jp>"
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.2.1"
LABEL org.opencontainers.image.version="1.2.2"
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"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
app:
image: ghcr.io/sapporo-wes/sapporo-service:1.2.1
image: ghcr.io/sapporo-wes/sapporo-service:1.2.2
container_name: sapporo-service
volumes:
# The ones below are mounted for cwltool and DinD.
Expand Down
2 changes: 1 addition & 1 deletion sapporo/service-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"contact_info_url": "https://github.com/sapporo-wes/sapporo-service",
"tags": {
"wes-name": "sapporo",
"sapporo-version": "1.2.1"
"sapporo-version": "1.2.2"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="sapporo",
version="1.2.1",
version="1.2.2",
description="The sapporo-service is a standard implementation conforming to "
"the Global Alliance for Genomics and Health (GA4GH) Workflow Execution "
"Service (WES) API specification.",
Expand Down

0 comments on commit 693c80d

Please sign in to comment.