Skip to content

Commit

Permalink
Merge 64c88c0 into 045b388
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Nov 5, 2018
2 parents 045b388 + 64c88c0 commit f4d8f88
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Authors
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>`_
- `Rokas Maciulaitis <https://orcid.org/0000-0003-1064-6967>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
4 changes: 1 addition & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Changes
=======

Version 0.4.0 (XXXX-XX-XX)
Version 0.4.0 (2018-11-05)
--------------------------

- FIXME

- Initial public release.

.. admonition:: Please beware
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Features
--------

- pytest fixtures
- mocking OpenAPI client with request format validation
- mocking Advanced Message Queuing Protocol consumers and producers
- mocking Celery tasks
- mocking file system workspace access
- mocking database access

Useful links
------------
Expand Down
2 changes: 1 addition & 1 deletion pytest_reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.4.0.dev20181105"
__version__ = "0.4.0"

0 comments on commit f4d8f88

Please sign in to comment.