Skip to content

Commit bc63809

Browse files
committed
chore(master): release 0.95.0a4 (#767)
1 parent fa27d98 commit bc63809

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
@@ -52,7 +52,7 @@ ENTRYPOINT ["reana-client"]
5252

5353
# Set image labels
5454
LABEL org.opencontainers.image.authors="team@reanahub.io"
55-
LABEL org.opencontainers.image.created="2026-01-09"
55+
LABEL org.opencontainers.image.created="2026-03-30"
5656
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - command-line client"
5757
LABEL org.opencontainers.image.documentation="https://reana-client.readthedocs.io/"
5858
LABEL org.opencontainers.image.licenses="MIT"
@@ -61,5 +61,5 @@ LABEL org.opencontainers.image.title="reana-client"
6161
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-client"
6262
LABEL org.opencontainers.image.vendor="reanahub"
6363
# x-release-please-start-version
64-
LABEL org.opencontainers.image.version="0.95.0-alpha.3"
64+
LABEL org.opencontainers.image.version="0.95.0-alpha.4"
6565
# x-release-please-end

reana_client/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.0a3"
17+
__version__ = "0.95.0a4"

0 commit comments

Comments
 (0)