bump version to 0.6.4
This commit is contained in:
@ -211,7 +211,8 @@ To send emails, a valid ``EMAIL_URL`` must be provided:
|
||||
- with STARTTLS: ``smtp://username:password@smtp.example.com:587/?tls=True``
|
||||
|
||||
.. warning::
|
||||
| If the email URL is invalid, the application may not start.
|
||||
| - If the email URL is invalid, the application may not start.
|
||||
| - Sending emails with Office365 may not work if SMTP auth is disabled.
|
||||
|
||||
.. versionadded:: 0.5.3
|
||||
|
||||
@ -383,13 +384,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.6.3):
|
||||
- Download the last release (for now, it is the release v0.6.4):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.3.tar.gz
|
||||
$ tar -xzf v0.6.3.tar.gz
|
||||
$ mv FitTrackee-0.6.3 FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.4.tar.gz
|
||||
$ tar -xzf v0.6.4.tar.gz
|
||||
$ mv FitTrackee-0.6.4 FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Create **.env** from example and update it
|
||||
@ -506,13 +507,13 @@ Prod environment
|
||||
|
||||
- Change to the directory where FitTrackee directory is located
|
||||
|
||||
- Download the last release (for now, it is the release v0.6.3) and overwrite existing files:
|
||||
- Download the last release (for now, it is the release v0.6.4) and overwrite existing files:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.3.tar.gz
|
||||
$ tar -xzf v0.6.3.tar.gz
|
||||
$ cp -R FitTrackee-0.6.3/* FitTrackee/
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.6.4.tar.gz
|
||||
$ tar -xzf v0.6.4.tar.gz
|
||||
$ cp -R FitTrackee-0.6.4/* FitTrackee/
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **.env** if needed (see `Environment variables <installation.html#environment-variables>`__).
|
||||
|
Reference in New Issue
Block a user