Skip to content

Commit

Permalink
chore(master): release 0.95.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Mar 14, 2024
1 parent 024776f commit f247cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reana_commons/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.95.0a1"
__version__ = "0.95.0a2"

Check warning on line 17 in reana_commons/version.py

View check run for this annotation

Codecov / codecov/patch

reana_commons/version.py#L17

Added line #L17 was not covered by tests
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
history = open("CHANGELOG.md").read()

tests_require = [
"pytest-reana>=0.95.0a1,<0.96.0",
"reana-db>=0.95.0a1,<0.96.0",
"pytest-reana>=0.95.0a2,<0.96.0",
]


Expand Down

0 comments on commit f247cd4

Please sign in to comment.