WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 85748f5

Browse files
github-actions[bot]mdonadoni
authored andcommitted
chore(maint-0.9): release 0.9.4
1 parent 430fd04 commit 85748f5

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.3"
2+
".": "0.9.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.4](https://github.com/reanahub/reana-workflow-engine-serial/compare/0.9.3...0.9.4) (2024-11-29)
4+
5+
6+
### Build
7+
8+
* **docker:** pin setuptools 70 ([#216](https://github.com/reanahub/reana-workflow-engine-serial/issues/216)) ([f94d003](https://github.com/reanahub/reana-workflow-engine-serial/commit/f94d0036ded9562155528d52f33110e43c954384))
9+
* **python:** bump shared REANA packages as of 2024-11-28 ([#218](https://github.com/reanahub/reana-workflow-engine-serial/issues/218)) ([430fd04](https://github.com/reanahub/reana-workflow-engine-serial/commit/430fd04acb6485754a0cc5fa4dbeefd3aaa022e4))
10+
11+
12+
### Features
13+
14+
* **tasks:** allow Compute4PUNCH backend options ([#210](https://github.com/reanahub/reana-workflow-engine-serial/issues/210)) ([a6313f2](https://github.com/reanahub/reana-workflow-engine-serial/commit/a6313f22dcdcab08a84b3dd6c8ce7386122d7400))
15+
316
## [0.9.3](https://github.com/reanahub/reana-workflow-engine-serial/compare/0.9.2...0.9.3) (2024-03-04)
417

518

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV TERM=xterm \
6363

6464
# Set image labels
6565
LABEL org.opencontainers.image.authors="[email protected]"
66-
LABEL org.opencontainers.image.created="2024-03-04"
66+
LABEL org.opencontainers.image.created="2024-11-29"
6767
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - Serial workflow engine component"
6868
LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-serial.readthedocs.io/"
6969
LABEL org.opencontainers.image.licenses="MIT"
@@ -72,5 +72,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-serial"
7272
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-serial"
7373
LABEL org.opencontainers.image.vendor="reanahub"
7474
# x-release-please-start-version
75-
LABEL org.opencontainers.image.version="0.9.3"
75+
LABEL org.opencontainers.image.version="0.9.4"
7676
# x-release-please-end

reana_workflow_engine_serial/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.9.3"
17+
__version__ = "0.9.4"

0 commit comments

Comments
 (0)