-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4762a0
commit 7269f5a
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
Changes | ||
======= | ||
|
||
Version 0.8.0 (UNRELEASED) | ||
Version 0.8.0 (2021-11-22) | ||
--------------------------- | ||
|
||
- 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. | ||
- Adds initial REANA Snakemake executor implementation. | ||
- Adds support for snakemake reports generation. | ||
- Adds support for REANA custom resources. | ||
- Adds support for parallel job execution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
|
||
from __future__ import absolute_import, print_function | ||
|
||
__version__ = "0.8.0a2" | ||
__version__ = "0.8.0" |