From 2cc8762ddb1095f50a8047e01c3b8a9814b44e48 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Jan 2025 08:45:32 +0000 Subject: [PATCH] Prepare 0.105.0 --- cognite/neat/_version.py | 2 +- docs/CHANGELOG.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cognite/neat/_version.py b/cognite/neat/_version.py index 62c7a5cce..a7ca2428f 100644 --- a/cognite/neat/_version.py +++ b/cognite/neat/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.104.0" +__version__ = "0.105.0" __engine__ = "^2.0.3" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1936fa6e9..79bd0edef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,7 +15,7 @@ Changes are grouped as follows: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## TBD +## [0.105.0] - 07-01-**2025** ### Added - All `neat.read` methods now supports reading from a URL. - `neat.prepare.instances.connection_to_data_type(...)` added to convert connection to data type. diff --git a/pyproject.toml b/pyproject.toml index 67994afb4..9f813ddc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-neat" -version = "0.104.0" +version = "0.105.0" readme = "README.md" description = "Knowledge graph transformation" authors = [