Skip to content

Commit

Permalink
release: 0.9.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Apr 29, 2022
1 parent 550893b commit 168006d
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
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"info": {
"description": "REANA Job Controller API",
"title": "reana-job-controller",
"version": "0.9.0a4"
"version": "0.9.0a5"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_job_controller/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.0a4"
__version__ = "0.9.0a5"

0 comments on commit 168006d

Please sign in to comment.