Skip to content

Commit

Permalink
release: v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Šimko <[email protected]>
  • Loading branch information
tiborsimko committed Jun 2, 2020
1 parent e4ae133 commit 28af603
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.6.1 (2020-05-25)
--------------------------

- Upgrades REANA-Commons package using latest Kubernetes client version.

Version 0.6.0 (2019-12-20)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit and manage workflows",
"title": "REANA Workflow Controller",
"version": "0.6.0"
"version": "0.6.1"
},
"parameters": {},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_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.6.0"
__version__ = "0.6.1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
history = open('CHANGES.rst').read()

tests_require = [
'mock>=3.0,<4.0',
'pytest-reana>=0.6.0.dev20190705,<0.7.0',
]

Expand Down

0 comments on commit 28af603

Please sign in to comment.