Skip to content

Commit

Permalink
Merge ff18b26 into 02b58f3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Oct 14, 2020
2 parents 02b58f3 + ff18b26 commit b9972e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"pytest-cache>=1.0,<2.0",
"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-commons[kubernetes]>=0.7.0.dev20200203,<0.8.0",
"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 b9972e6

Please sign in to comment.