Skip to content

Commit

Permalink
release: 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Dec 14, 2023
1 parent a907230 commit 91e8648
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Version 0.9.3 (UNRELEASED)
Version 0.9.3 (2023-12-14)
--------------------------

- Changes `jq` dependency version on amd64 architecture to older version, making certain Yadage workflows much faster.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ ENV PACKTIVITY_ASYNCBACKEND=reana_workflow_engine_yadage.externalbackend:Externa

# Set image labels
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.created="2023-12-12"
LABEL org.opencontainers.image.created="2023-12-14"
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - Yadage workflow engine component"
LABEL org.opencontainers.image.documentation="https://reana-workflow-engine-yadage.readthedocs.io/"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-workflow-engine-yadage"
LABEL org.opencontainers.image.title="reana-workflow-engine-yadage"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-yadage"
LABEL org.opencontainers.image.vendor="reanahub"
LABEL org.opencontainers.image.version="0.9.2"
LABEL org.opencontainers.image.version="0.9.3"
2 changes: 1 addition & 1 deletion reana_workflow_engine_yadage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit 91e8648

Please sign in to comment.