Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#807 from samvarankashyap/release-1…
Browse files Browse the repository at this point in the history
….6.5pre
  • Loading branch information
paas-bot committed Nov 29, 2018
2 parents f5a6149 + 31fd3e0 commit 673cf96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
loop_control:
loop_var: res
register: bkr
rescue:
- fail:
msg: 'Error caught in beaker module execution. Might be beacuse of unresolved beaker dependencies. Please run `linchpin setup beaker` or pip install linchpin[beaker] to install beaker dependencies'
rescue:
- fail:
msg: 'Error caught in beaker module execution. Might be beacuse of unresolved beaker dependencies. Please run `linchpin setup beaker` or pip install linchpin[beaker] to install beaker dependencies'

- name: "set bkr_rsets"
set_fact:
Expand Down
4 changes: 2 additions & 2 deletions linchpin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__short_version__ = '1.6.5pre'
__version__ = '1.6.5pre'
__short_version__ = '1.6.5rc1'
__version__ = '1.6.5rc1'

0 comments on commit 673cf96

Please sign in to comment.