bump version to 0.6.2

This commit is contained in:
Sam
2022-04-03 19:47:40 +02:00
parent 7b46f4430e
commit 79c3be07ad
45 changed files with 429 additions and 346 deletions

View File

@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Installation &#8212; FitTrackee 0.6.1
<title>Installation &#8212; FitTrackee 0.6.2
documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css" />
@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html">
FitTrackee</a>
<span class="navbar-text navbar-version pull-left"><b>0.6.1
<span class="navbar-text navbar-version pull-left"><b>0.6.2
</b></span>
</div>
@ -632,11 +632,11 @@ $ make install-db
</div>
</div>
<ul class="simple">
<li><p>Download the last release (for now, it is the release v0.6.1):</p></li>
<li><p>Download the last release (for now, it is the release v0.6.2):</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.1.tar.gz
$ tar -xzf v0.6.1.tar.gz
$ mv FitTrackee-0.6.1 FitTrackee
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.2.tar.gz
$ tar -xzf v0.6.2.tar.gz
$ mv FitTrackee-0.6.2 FitTrackee
$ <span class="nb">cd</span> FitTrackee
</pre></div>
</div>
@ -752,11 +752,11 @@ $ <span class="nb">source</span> .env
<ul class="simple">
<li><p>Stop the application</p></li>
<li><p>Change to the directory where FitTrackee directory is located</p></li>
<li><p>Download the last release (for now, it is the release v0.6.1) and overwrite existing files:</p></li>
<li><p>Download the last release (for now, it is the release v0.6.2) and overwrite existing files:</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.1.tar.gz
$ tar -xzf v0.6.1.tar.gz
$ cp -R FitTrackee-0.6.1/* FitTrackee/
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.2.tar.gz
$ tar -xzf v0.6.2.tar.gz
$ cp -R FitTrackee-0.6.2/* FitTrackee/
$ <span class="nb">cd</span> FitTrackee
</pre></div>
</div>
@ -984,7 +984,7 @@ $ make docker-build docker-run docker-init
</p>
<p>
&copy; Copyright 2018 - 2022, SamR1.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.4.0.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.5.0.<br/>
</p>
</div>
</footer>