Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Jan 30, 2018
1 parent 322607e commit ffb2860
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions reana_client/version.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -28,4 +28,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.0.1.dev20170522"
__version__ = "0.1.0"

0 comments on commit ffb2860

Please sign in to comment.