From 9ea93785957a91553c4ece168748ce07c5d92e4a Mon Sep 17 00:00:00 2001 From: Daniel Zullo Date: Wed, 21 Aug 2024 18:55:34 +0200 Subject: [PATCH 1/2] Update mkdocstrings-python to 1.10.8 There was an error in the CI pipeline, it complained about it cannot import name 'patch_logger' from 'griffe'. Updating to the latest version of mkdocstrings-python should fix this issue. Signed-off-by: Daniel Zullo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4f3044..b9cb668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.0.5", "mkdocs-material == 9.5.31", "mkdocstrings[python] == 0.25.2", - "mkdocstrings-python == 1.10.7", + "mkdocstrings-python == 1.10.8", "frequenz-repo-config[lib] == 0.10.0", ] dev-mypy = [ From 70f92edd60ca5d80721cd347fb0b50106e8bb4b1 Mon Sep 17 00:00:00 2001 From: Daniel Zullo Date: Wed, 21 Aug 2024 18:48:39 +0200 Subject: [PATCH 2/2] Update to version 0.2.0 in the documentation The current user documentation is aligned to the latest changes in the API client, and not to the previous version. Signed-off-by: Daniel Zullo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0db3a..6396dc4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can install the Frequenz Electricity Trading API client via pip. Replace `VE ``` # Choose the version you want to install -VERSION=0.1.0 +VERSION=0.2.0 pip install frequenz-client-electricity-trading==$VERSION ```