Skip to content

Commit ea006ee

Browse files
committed
chore(master): release 0.95.0-alpha.5 (#317)
1 parent 9c8c2b2 commit ea006ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ENV PYTHONPATH=/workdir \
6262

6363
# Set image labels
6464
LABEL org.opencontainers.image.authors="team@reanahub.io"
65-
LABEL org.opencontainers.image.created="2026-03-26"
65+
LABEL org.opencontainers.image.created="2026-06-07"
6666
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - CWL workflow engine component"
6767
LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-cwl.readthedocs.io/"
6868
LABEL org.opencontainers.image.licenses="MIT"
@@ -71,5 +71,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
7171
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
7272
LABEL org.opencontainers.image.vendor="reanahub"
7373
# x-release-please-start-version
74-
LABEL org.opencontainers.image.version="0.95.0-alpha.4"
74+
LABEL org.opencontainers.image.version="0.95.0-alpha.5"
7575
# x-release-please-end

reana_workflow_engine_cwl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.95.0a4"
17+
__version__ = "0.95.0a5"

0 commit comments

Comments
 (0)