bump version to 0.5.5

This commit is contained in:
Sam
2022-01-19 16:06:41 +01:00
parent 505746a653
commit b654f5a25b
45 changed files with 333 additions and 249 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.5.4
<title>Installation &#8212; FitTrackee 0.5.5
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.5.4
<span class="navbar-text navbar-version pull-left"><b>0.5.5
</b></span>
</div>
@ -655,11 +655,11 @@ and the password <code class="docutils literal notranslate"><span class="pre">mp
</div>
</div>
<ul class="simple">
<li><p>Download the last release (for now, it is the release v0.5.4):</p></li>
<li><p>Download the last release (for now, it is the release v0.5.5):</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.5.4.tar.gz
$ tar -xzf v0.5.4.tar.gz
$ mv FitTrackee-0.5.4 FitTrackee
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.5.5.tar.gz
$ tar -xzf v0.5.5.tar.gz
$ mv FitTrackee-0.5.5 FitTrackee
$ <span class="nb">cd</span> FitTrackee
</pre></div>
</div>
@ -733,11 +733,11 @@ $ make upgrade-db
<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.5.4) and overwrite existing files:</p></li>
<li><p>Download the last release (for now, it is the release v0.5.5) 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.5.4.tar.gz
$ tar -xzf v0.5.4.tar.gz
$ cp -R FitTrackee-0.5.4/* FitTrackee/
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.5.5.tar.gz
$ tar -xzf v0.5.5.tar.gz
$ cp -R FitTrackee-0.5.5/* FitTrackee/
$ <span class="nb">cd</span> FitTrackee
</pre></div>
</div>