From d9cae116f38d9a6ab78a239f27959b315a931360 Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Thu, 19 Apr 2018 17:50:56 +0200 Subject: [PATCH] release: v0.2.0 Signed-off-by: Tibor Simko --- AUTHORS.rst | 1 + CHANGES.rst | 9 +++++++++ reana_cluster/version.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 5ce85be..9250a47 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -4,5 +4,6 @@ Authors The list of contributors in alphabetical order: - Diego Rodriguez +- Dinos Kousidis - Harri Hirvonsalo - Tibor Simko diff --git a/CHANGES.rst b/CHANGES.rst index 8ac19ed..74efc65 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changes ======= +Version 0.2.0 (2018-04-19) +-------------------------- + +- Adds support for Common Workflow Language workflows. +- Adds new ``status`` command to display health status of the cluster. +- Adds new ``env`` command to help setting client environments. +- Reduces verbosity level for commands. +- Enriches documentation about KVM2 hypervisors or running multiple clusters. + Version 0.1.1 (2018-01-31) -------------------------- diff --git a/reana_cluster/version.py b/reana_cluster/version.py index b5767ca..718dee4 100644 --- a/reana_cluster/version.py +++ b/reana_cluster/version.py @@ -27,4 +27,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.1.1.dev20180201" +__version__ = "0.2.0"