Skip to content

Commit

Permalink
release: v0.6.0.dev20191219
Browse files Browse the repository at this point in the history
Co-authored-by: Tibor Šimko <tibor.simko@cern.ch>
Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
  • Loading branch information
Rokas Maciulaitis and tiborsimko committed Dec 19, 2019
1 parent 0c11c08 commit 79a8b98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

Version 0.6.0 (2019-12-19)
--------------------------

- Adds fixtures for secrets store.
- Centralises test requirements.
- Adds Python 3.8 support.

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

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.6.0.dev20190705"
__version__ = "0.6.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
'pytest>=3.8.0,<5.0.0',
'reana-commons[kubernetes]>=0.5.0.dev20190416',
'reana-db>=0.5.0.dev20190416',
'reana-commons[kubernetes]>=0.6.0.dev20191212',
'reana-db>=0.6.0.dev20191213',
'swagger_spec_validator>=2.1.0',
]
packages = find_packages()
Expand Down

0 comments on commit 79a8b98

Please sign in to comment.