Skip to content

Commit

Permalink
Prepare 0.96.6 (#720)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
doctrino and actions-user authored Nov 8, 2024
1 parent b643231 commit a0f1f41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cognite/neat/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.96.5"
__version__ = "0.96.6"
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit a0f1f41

Please sign in to comment.