Skip to content

Commit 6214b47

Browse files
committed
chore(master): release 0.95.0-alpha.3 (reanahub#307)
1 parent 1731a63 commit 6214b47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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="2024-03-04"
65+
LABEL org.opencontainers.image.created="2026-01-06"
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.2"
74+
LABEL org.opencontainers.image.version="0.95.0-alpha.3"
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.0a2"
17+
__version__ = "0.95.0a3"

0 commit comments

Comments
 (0)