From 36aacf124a6691ff9010cea683df50c52db6e4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Wed, 8 Nov 2023 15:31:56 +0100 Subject: [PATCH] Prepare changelogs for v0.17 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas Höning --- ci/update-packages.sh | 2 +- documentation/changelog.rst | 2 +- documentation/cli/change_log.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.