Skip to content

Commit 2e539ec

Browse files
committed
release: 0.9.0a2
1 parent ec3d555 commit 2e539ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"description": "Submit and manage workflows",
55
"title": "REANA Workflow Controller",
6-
"version": "0.9.0a1"
6+
"version": "0.9.0a2"
77
},
88
"parameters": {},
99
"paths": {

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.9.0a1"
17+
__version__ = "0.9.0a2"

0 commit comments

Comments
 (0)