From cdda33cd7a938b4d74262b81486ec8fc1148c9d9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 16 Nov 2024 08:48:59 +0000 Subject: [PATCH] Prepare 0.97.3 --- Makefile | 2 +- cognite/neat/_version.py | 2 +- docs/CHANGELOG.md | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4c064e593..73a4f7fe6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: run-explorer run-tests run-linters build-ui build-python build-docker run-docker compose-up -version="0.97.2" +version="0.97.3" run-explorer: @echo "Running explorer API server..." # open "http://localhost:8000/static/index.html" || true diff --git a/cognite/neat/_version.py b/cognite/neat/_version.py index d62ac9fb0..fbe4be37c 100644 --- a/cognite/neat/_version.py +++ b/cognite/neat/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.97.2" +__version__ = "0.97.3" __engine__ = "^1.0.3" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1e3cb00ff..09780b2a6 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.97.3] - 16-11-**2024** ### Improved - `...make_connection_on_exact_match` now takes strings instead of URIRefs diff --git a/pyproject.toml b/pyproject.toml index e117af859..9530e74ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-neat" -version = "0.97.2" +version = "0.97.3" readme = "README.md" description = "Knowledge graph transformation" authors = [