diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c447180be..487973d181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,10 @@ Changes are grouped as follows - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [7.70.3] - 2024-12-04 -### Fixed -- Added InstanceAPI.inspect documentation. ## [7.70.2] - 2024-12-04 ### Fixed -- Retrieving `ExtractionPipeline` either with `client.extraction_pipelines.retrieve` or +- Retrieving `ExtractionPipeline` either with `client.extraction_pipelines.retrieve` or `client.extraction_pipelines.list` no longer raises a `KeyError` if any of the pipline properties have a contact with a `None` value. @@ -33,7 +30,7 @@ Changes are grouped as follows ## [7.70.0] - 2024-12-02 ### Added -- Workflow support for "simulation" task type. +- Workflow support for "simulation" task type. ## [7.69.4] - 2024-12-02 ### Added diff --git a/cognite/client/_version.py b/cognite/client/_version.py index d71cebc18e..bd37cfe182 100644 --- a/cognite/client/_version.py +++ b/cognite/client/_version.py @@ -1,5 +1,5 @@ from __future__ import annotations -__version__ = "7.70.3" +__version__ = "7.70.2" __api_subversion__ = "20230101" diff --git a/pyproject.toml b/pyproject.toml index 5a937116bf..73e1d07378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "cognite-sdk" -version = "7.70.3" +version = "7.70.2" description = "Cognite Python SDK" readme = "README.md"