File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
reana_workflow_engine_cwl Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.3 "
2+ "." : " 0.9.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.4] ( https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.3...0.9.4 ) (2024-11-29)
4+
5+
6+ ### Build
7+
8+ * ** docker:** pin setuptools 70 ([ #287 ] ( https://github.com/reanahub/reana-workflow-engine-cwl/issues/287 ) ) ([ 3c2cd8a] ( https://github.com/reanahub/reana-workflow-engine-cwl/commit/3c2cd8a474d167574bf8746b6430f4ae13a83e61 ) )
9+ * ** python:** bump shared REANA packages as of 2024-11-28 ([ #289 ] ( https://github.com/reanahub/reana-workflow-engine-cwl/issues/289 ) ) ([ f9d3688] ( https://github.com/reanahub/reana-workflow-engine-cwl/commit/f9d3688858e6f1ff52fa58fecd9ce233dd97b0e1 ) )
10+
11+
12+ ### Features
13+
14+ * ** task:** allow Compute4PUNCH backend options ([ #277 ] ( https://github.com/reanahub/reana-workflow-engine-cwl/issues/277 ) ) ([ 9b2a3d0] ( https://github.com/reanahub/reana-workflow-engine-cwl/commit/9b2a3d0872329e79d0b2d9a0972b0c09f08ff694 ) )
15+
316## [ 0.9.3] ( https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.2...0.9.3 ) (2024-03-04)
417
518
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ENV PYTHONPATH=/workdir \
6464
6565# Set image labels
6666LABEL org.opencontainers.image.authors=
"[email protected] " 67- LABEL org.opencontainers.image.created="2024-03-04 "
67+ LABEL org.opencontainers.image.created="2024-11-29 "
6868LABEL org.opencontainers.image.description="REANA reproducible analysis platform - CWL workflow engine component"
6969LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-cwl.readthedocs.io/"
7070LABEL org.opencontainers.image.licenses="MIT"
@@ -73,5 +73,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
7373LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
7474LABEL org.opencontainers.image.vendor="reanahub"
7575# x-release-please-start-version
76- LABEL org.opencontainers.image.version="0.9.3 "
76+ LABEL org.opencontainers.image.version="0.9.4 "
7777# x-release-please-end
Original file line number Diff line number Diff line change 1414
1515from __future__ import absolute_import , print_function
1616
17- __version__ = "0.9.3 "
17+ __version__ = "0.9.4 "
You can’t perform that action at this time.
0 commit comments