Navigation Menu

Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Apr 17, 2019
1 parent 11aa0fc commit 577dd50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -5,5 +5,6 @@ The list of contributors in alphabetical order:

- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Jan Okraska <https://orcid.org/0000-0002-1416-3244>`_
- `Rokas Maciulaitis <https://orcid.org/0000-0003-1064-6967>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
12 changes: 12 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,18 @@
Changes
=======

Version 0.5.0 (2019-04-16)
--------------------------

- Makes workspace path configurable for the ``sample_workflow_workspace``
fixture through the ``path`` parameter.
- Adds ``sample_serial_workflow_in_db`` fixture.
- Exposes previously hidden ``sample_yadage_workflow_in_db`` fixture.
- Adds missing database session close in ``session`` fixture.
- Adds helpers to represent starting and requeueing job conditions,
``sample_condition_for_starting_queued_workflows`` and
``sample_condition_for_requeueing_workflows``.

Version 0.4.1 (2018-11-06)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion pytest_reana/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.5.0.dev20190404"
__version__ = "0.5.0"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -53,8 +53,8 @@
'mock>=2.0',
'pika>=0.12.0,<0.13',
'pytest>=3.8.0',
'reana-commons>=0.5.0.dev20190314',
'reana-db>=0.5.0.dev20190314',
'reana-commons>=0.5.0.dev20190416',
'reana-db>=0.5.0.dev20190416',
]

packages = find_packages()
Expand Down

0 comments on commit 577dd50

Please sign in to comment.