bump version to 0.5.4

This commit is contained in:
Sam
2022-01-01 22:47:01 +01:00
parent 732ea99eb0
commit a2ea4c212d
43 changed files with 278 additions and 236 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 KiB

After

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -396,13 +396,13 @@ Production environment
.. warning::
| Note that FitTrackee is under heavy development, some features may be unstable.
- Download the last release (for now, it is the release v0.5.3):
- Download the last release (for now, it is the release v0.5.4):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.5.3.tar.gz
$ tar -xzf v0.5.3.tar.gz
$ mv FitTrackee-0.5.3 FitTrackee
$ 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
$ cd FitTrackee
- Create **.env** from example and update it
@ -477,13 +477,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.5.3) and overwrite existing files:
- Download the last release (for now, it is the release v0.5.4) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.5.3.tar.gz
$ tar -xzf v0.5.3.tar.gz
$ cp -R FitTrackee-0.5.3/* FitTrackee/
$ 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/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).