bump version to 0.7.1

This commit is contained in:
Sam
2022-09-21 11:04:30 +02:00
parent 65803260db
commit 49df6fb606
55 changed files with 450 additions and 405 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 KiB

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 KiB

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 206 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: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -477,13 +477,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.7.0):
- Download the last release (for now, it is the release v0.7.1):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.0.tar.gz
$ tar -xzf v0.7.0.tar.gz
$ mv FitTrackee-0.7.0 FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.1.tar.gz
$ tar -xzf v0.7.1.tar.gz
$ mv FitTrackee-0.7.1 FitTrackee
$ cd FitTrackee
- Create **.env** from example and update it
@ -603,13 +603,13 @@ Prod environment
- Change to the directory where FitTrackee directory is located
- Download the last release (for now, it is the release v0.7.0) and overwrite existing files:
- Download the last release (for now, it is the release v0.7.1) and overwrite existing files:
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.0.tar.gz
$ tar -xzf v0.7.0.tar.gz
$ cp -R FitTrackee-0.7.0/* FitTrackee/
$ wget https://github.com/SamR1/FitTrackee/archive/v0.7.1.tar.gz
$ tar -xzf v0.7.1.tar.gz
$ cp -R FitTrackee-0.7.1/* FitTrackee/
$ cd FitTrackee
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).