From 150723c082f4e0a47292dd0cb84b53acf2ed49a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Wed, 27 Sep 2023 12:32:41 +0200 Subject: [PATCH] changelog & deps updates for v0.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas Höning --- documentation/changelog.rst | 4 +++- documentation/cli/change_log.rst | 2 +- requirements/3.10/dev.txt | 1 + requirements/3.9/app.txt | 4 +--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 28bdbe4f2..06b11707d 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -3,9 +3,11 @@ FlexMeasures Changelog ********************** -v0.16.0 | September XX, 2023 +v0.16.0 | September 27, 2023 ============================ +.. note:: Read more on these features on `the FlexMeasures blog `__. + New features ------------- diff --git a/documentation/cli/change_log.rst b/documentation/cli/change_log.rst index 9464a8949..59680ac5e 100644 --- a/documentation/cli/change_log.rst +++ b/documentation/cli/change_log.rst @@ -4,7 +4,7 @@ FlexMeasures CLI Changelog ********************** -since v0.16.0 | September XX, 2023 +since v0.16.0 | September 29, 2023 ======================================= * Add command ``flexmeasures add sources`` to add the base `DataSources` for the `DataGenerators`. * Add command ``flexmeasures show chart`` to export sensor and asset charts in PNG or SVG formats. diff --git a/requirements/3.10/dev.txt b/requirements/3.10/dev.txt index 20c68124d..eeefa82c8 100644 --- a/requirements/3.10/dev.txt +++ b/requirements/3.10/dev.txt @@ -71,6 +71,7 @@ tomli==2.0.1 typing-extensions==4.7.1 # via # -c requirements/3.10/app.txt + # filelock # mypy # setuptools-scm virtualenv==20.24.5 diff --git a/requirements/3.9/app.txt b/requirements/3.9/app.txt index b6fb863f2..e8f8db83e 100644 --- a/requirements/3.9/app.txt +++ b/requirements/3.9/app.txt @@ -122,9 +122,7 @@ importlib-metadata==6.8.0 # flask # timely-beliefs importlib-resources==6.0.1 - # via - # flask-security-too - # matplotlib + # via matplotlib inflect==6.0.2 # via -r requirements/app.in inflection==0.5.1