bump to version 0.7.30

This commit is contained in:
Sam
2024-02-04 17:12:04 +01:00
parent 37faf06205
commit a2fa4f81ae
117 changed files with 4163 additions and 3779 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

After

Width:  |  Height:  |  Size: 575 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 KiB

After

Width:  |  Height:  |  Size: 423 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 KiB

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -20,7 +20,7 @@ sys.path.insert(0, os.path.abspath('../../fittrackee'))
# -- Project information -----------------------------------------------------
project = 'FitTrackee'
copyright = '2018 - 2023, SamR1'
copyright = '2018 - 2024, SamR1'
author = 'SamR1'
# The full version, including alpha/beta/rc tags.
@ -106,4 +106,4 @@ languages = [
("English", "en"), # English
("Français", "fr"), # French
]
html_context = { "langs": languages }
html_context = {"langs": languages}

View File

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