Skip to content

Commit

Permalink
Merge 1e39c6f into 02b58f3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Oct 14, 2020
2 parents 02b58f3 + 1e39c6f commit 02f5a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.0a1"
__version__ = "0.7.0a2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"pytest-cov>=2.8.0,<3.0",
"pytest>=4.6.0,<5.0.0",
"reana-commons[kubernetes]>=0.7.0.dev20200203",
"reana-db>=0.7.0.dev20200206",
"reana-db>=0.7.0.dev20200206,<0.8.0",
"swagger_spec_validator>=2.1.0,<3.0",
]
packages = find_packages()
Expand Down

0 comments on commit 02f5a2d

Please sign in to comment.