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_client/version.py b/reana_client/version.py index 320ea6a5..0573ba99 100644 --- a/reana_client/version.py +++ b/reana_client/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 @@ -28,4 +28,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.0.1.dev20170522" +__version__ = "0.1.0"