diff --git a/ci/update-packages.sh b/ci/update-packages.sh index 1b0cb7616..24c743bc2 100755 --- a/ci/update-packages.sh +++ b/ci/update-packages.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#! /bin/bash ###################################################################### # This script sets up docker environments for supported Python versions diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 9f7ec4054..04871bd2a 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -4,7 +4,7 @@ FlexMeasures Changelog ********************** -v0.17.0 | November XX, 2023 +v0.17.0 | November 8, 2023 ============================ .. warning:: Upgrading to this version requires running ``flexmeasures db upgrade`` (you can create a backup first with ``flexmeasures db-ops dump``). diff --git a/documentation/cli/change_log.rst b/documentation/cli/change_log.rst index 3e10df051..0ef490487 100644 --- a/documentation/cli/change_log.rst +++ b/documentation/cli/change_log.rst @@ -4,7 +4,7 @@ FlexMeasures CLI Changelog ********************** -since v0.17.0 | November XX, 2023 +since v0.17.0 | November 8, 2023 ======================================= * Add ``--consultancy`` option to ``flexmeasures add account`` to create a consultancy relationship with another account.