diff --git a/documentation/api/change_log.rst b/documentation/api/change_log.rst index 7a18f7820..b23f66f25 100644 --- a/documentation/api/change_log.rst +++ b/documentation/api/change_log.rst @@ -5,6 +5,11 @@ API change log .. note:: The FlexMeasures API follows its own versioning scheme. This is also reflected in the URL (e.g. `/api/v3_0`), allowing developers to upgrade at their own pace. +v3.0-14 | 2023-12-07 +"""""""""""""""""""" + +- Fix API version listing (GET /api/v3_0) for hosts running on Python 3.8. + v3.0-13 | 2023-10-31 """""""""""""""""""" diff --git a/documentation/changelog.rst b/documentation/changelog.rst index e0454493f..5db53be86 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -3,23 +3,13 @@ FlexMeasures Changelog ********************** -v0.17.1 | November 22, 2023 +v0.17.1 | December 7, 2023 ============================ Bugfixes ----------- * Show `Assets`, `Users`, `Tasks` and `Accounts` pages in the navigation bar for the `admin-reader` role [see `PR #900 `_] -* Fix infeasible problem due to incorrect estimation of the big-M value [see `PR #905 `_] - - - -v0.17.1 | November 22, 2023 -============================ - -Bugfixes ------------ - * Reduce worker logs when datetime exceeds the end of the schedule [see `PR #918 `_] * Fix infeasible problem due to incorrect estimation of the big-M value [see `PR #905 `_] * Fix API version listing (GET /api/v3_0) for hosts running on Python 3.8 [see `PR #917 `_]