Skip to content

Commit

Permalink
release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Feb 4, 2021
1 parent 8ab8120 commit 603f16e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified assets/static/img/release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3>Free</h3>
<h3>Structure your analysis</h3>
<figure class="figure">
<div class="command-line">
<div class="line">version: 0.7.1</div>
<div class="line">version: 0.7.2</div>
<div class="line">inputs:</div>
<div class="line tab">files:</div>
<div class="line tab-2x">- code/mycode.py</div>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3>...or install your own</h3>
<div class="line"><span class="prompt">$</span>wget https://raw.githubusercontent.com/reanahub/reana/maint-0.7/scripts/create-admin-user.sh</div>
<div class="line"><span class="prompt">$</span>sh create-admin-user.sh default reana john.doe@example.org mysecretpassword</div>
</div>
<figcaption class="figure-caption text-center"><a href="https://docs.reana.io/development/deploying-locally/">more</a></figcaption>
<figcaption class="figure-caption text-center"><a href="https://docs.reana.io/administration/deployment/deploying-locally/">more</a></figcaption>
</figure>
</div>
<div class="col-md-4">
Expand Down Expand Up @@ -252,15 +252,15 @@ <h3>Administrators</h3>
<p>
Install and manage the REANA reusable analysis platform on your own compute cloud.
</p>
<a href="https://docs.reana.io/development/">Administrator Guide</a>
<a href="https://docs.reana.io/administration/">Administrator Guide</a>
</div>
<div class="col">
<i class="fas fa-laptop fa-5x"></i>
<h3>Developers</h3>
<p>
Understand REANA source code, adapt it to your needs, contribute changes back.
</p>
<a href="https://docs.reana.io/development/">Developer Guide</a>
<a href="https://github.com/reanahub/reana/wiki/">Developer Guide</a>
</div>
</div>
</div>
Expand All @@ -273,12 +273,12 @@ <h3>Developers</h3>
<div class="release-news">
<img src="{{ '/static/img/release.png'|asseturl }}" />
<div class="release-news-body">
<h3>REANA 0.7.1</h3>
<h6>11 November 2020</h6>
<h3>REANA 0.7.2</h3>
<h6>4 February 2021</h6>
<p>
Allows specifying HTCondor queue options. Fixes minor issues with REANA&lt;-&gt;GitLab synchronisation and restarting CWL and Yadage workflows.
Minor update for REANA administrators. Adds deployment options to disable user sign-up form and user email confirmation.
</p>
<p class="release-news-link"><a href="https://github.com/reanahub/reana/releases/tag/0.7.1">See full release notes</a></p>
<p class="release-news-link"><a href="https://github.com/reanahub/reana/releases/tag/0.7.2">See full release notes</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 603f16e

Please sign in to comment.