Skip to content

Commit

Permalink
changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Sep 4, 2024
1 parent 9648831 commit 76185ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [7.58.6] - 2024-09-05
### Fixed
- Data modeling convenience filter `SpaceFilter` now allows listing of global nodes by using `equals`
(when a single space is requested (requirement)). This also affects the `space` parameter to e.g.
`client.data_modeling.instances.list(...)`

## [7.58.5] - 2024-09-04
### Added
- Data modeling filters now support properties that are lists.
Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations

__version__ = "7.58.5"
__version__ = "7.58.6"
__api_subversion__ = "20230101"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cognite-sdk"

version = "7.58.5"
version = "7.58.6"
description = "Cognite Python SDK"
readme = "README.md"
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"
Expand Down

0 comments on commit 76185ed

Please sign in to comment.