From 63bd464eb4360834750c7277d4364fd4bd66165a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 8 Nov 2024 08:19:04 +0000 Subject: [PATCH] Prepare 0.96.6 --- 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 8068eb79f..f8ffd6225 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.96.5" +version="0.96.6" 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 61dab72e7..0f52e8515 100644 --- a/cognite/neat/_version.py +++ b/cognite/neat/_version.py @@ -1 +1 @@ -__version__ = "0.96.5" +__version__ = "0.96.6" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8274188d9..8a81e6a1b 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.96.6] - 08-11-**2024** ### Fixed - `neat.verify()` no longer gives a `PrincipleMatchingSpaceAndVersionWarning` when you include views from the `CogniteCore` or `CogniteProcessIndustry` data models. diff --git a/pyproject.toml b/pyproject.toml index deb83b334..14a197ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-neat" -version = "0.96.5" +version = "0.96.6" readme = "README.md" description = "Knowledge graph transformation" authors = [