Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dinos Kousidis <dinos.kousidis@cern.ch>
  • Loading branch information
dinosk committed Aug 11, 2018
1 parent a6cd116 commit ec4408b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
Changes
=======

Version FIXME
Version 0.3.0 (2018-08-10)
--------------------------

- Initial public release.

.. admonition:: Please beware

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.
- Executes serial workflows.
- Tracks progress of workflow runs.
- Caches job results by default.
2 changes: 1 addition & 1 deletion reana_workflow_engine_serial/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.0.dev20180418"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'bravado>=9.0.6',
'celery>=4.1.0',
'pika>=0.11.2',
'reana-commons>=0.3.0.dev20180418'
'reana-commons>=0.3.0'
]

packages = find_packages()
Expand Down

0 comments on commit ec4408b

Please sign in to comment.