From 6044b20be4ff09475ffd278667023ca8fbcdc6b8 Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Tue, 30 Jan 2018 02:05:54 +0100 Subject: [PATCH] release: v0.1.0 Signed-off-by: Tibor Simko --- CHANGES.rst | 10 +++++----- reana/version.py | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b01249a1..195959f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,13 @@ Changes ======= -Version 0.0.1 (YYYY-MM-DD) +Version 0.1.0 (2018-01-30) -------------------------- - Initial public release. +.. admonition:: Please beware -.. admonition:: CAVEAT LECTOR - - Please note that REANA is in an early developer preview alpha stage. - No detailed changelog is provided yet. + Please note that REANA is in an early alpha stage of its development. The + developer preview releases are meant for early adopters and testers. Please + don't rely on released versions for any production purposes yet. diff --git a/reana/version.py b/reana/version.py index 1782d867..2b01171c 100644 --- a/reana/version.py +++ b/reana/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017 CERN. +# Copyright (C) 2017, 2018 CERN. # # REANA is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software @@ -27,4 +27,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.0.1.dev20170123" +__version__ = "0.1.0"