Skip to content

Commit e4a64d8

Browse files
committed
chore(master): release 0.95.0-alpha.3 (#636)
1 parent 89c390e commit e4a64d8

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
@@ -118,5 +118,5 @@ LABEL org.opencontainers.image.title="reana-workflow-controller"
118118
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-controller"
119119
LABEL org.opencontainers.image.vendor="reanahub"
120120
# x-release-please-start-version
121-
LABEL org.opencontainers.image.version="0.95.0-alpha.2"
121+
LABEL org.opencontainers.image.version="0.95.0-alpha.3"
122122
# 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 and manage workflows",
44
"title": "REANA Workflow Controller",
5-
"version": "0.95.0a2"
5+
"version": "0.95.0a3"
66
},
77
"paths": {
88
"/api/workflows": {

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