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 0bdb36e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -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
4 changes: 2 additions & 2 deletions docs/conf.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2018 CERN.
# Copyright (C) 2018, 2019 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -55,7 +55,7 @@

# General information about the project.
project = 'reana'
copyright = '2018, info@reana.io'
copyright = '2018-2019, info@reana.io'
author = 'info@reana.io'

# The version info for the project you're documenting, acts as replacement for
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.6.0.dev20190705"
__version__ = "0.6.0"
4 changes: 2 additions & 2 deletions setup.py
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 0bdb36e

Please sign in to comment.