Skip to content

Commit

Permalink
release: 0.7.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Sep 7, 2020
1 parent cfb5705 commit 52fcc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/openapi.json
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit and manage workflows",
"title": "REANA Workflow Controller",
"version": "0.7.0a2"
"version": "0.7.0a3"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_controller/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.0a2"
__version__ = "0.7.0a3"

0 comments on commit 52fcc10

Please sign in to comment.