Skip to content

Commit

Permalink
Bugfix in Python-sdk (#307)
Browse files Browse the repository at this point in the history
* build: upgrade python-sdk to 7.28.2"

* build: changelog
  • Loading branch information
doctrino authored Mar 14, 2024
1 parent 1f4a2ef commit 4bfa506
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 270 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: run-explorer run-tests run-linters build-ui build-python build-docker run-docker compose-up

version="0.67.3"
version="0.67.4"
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.67.3"
__version__ = "0.67.4"
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Changes are grouped as follows:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.67.4] - 14-03-24
## Fixed
* Upgrade to `cognite-sdk` `7.28.2` which has fixed bug for retrieving more than 100 data models, containers,
views, and spaces.

## [0.67.3] - 13-03-24
## Fixed
* `ExcelImporter` now returns rules for the correct role type based on the input.
Expand Down
Loading

0 comments on commit 4bfa506

Please sign in to comment.