Skip to content

Commit bd2c733

Browse files
committed
chore(master): release 0.95.0-alpha.3 (#721)
1 parent 5b82925 commit bd2c733

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ LABEL org.opencontainers.image.title="reana-server"
9393
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
9494
LABEL org.opencontainers.image.vendor="reanahub"
9595
# x-release-please-start-version
96-
LABEL org.opencontainers.image.version="0.95.0-alpha.2"
96+
LABEL org.opencontainers.image.version="0.95.0-alpha.3"
9797
# x-release-please-end

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit workflows to be run on REANA Cloud",
44
"title": "REANA Server",
5-
"version": "0.95.0a2"
5+
"version": "0.95.0a3"
66
},
77
"paths": {
88
"/account/settings/linkedaccounts/": {},

reana_server/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)