Skip to content

Commit

Permalink
Fixed scope of LocationFiltersAcl (#1927)
Browse files Browse the repository at this point in the history
Co-authored-by: anders-albert <[email protected]>
  • Loading branch information
ronpal and doctrino authored Sep 13, 2024
1 parent 8d32e03 commit 94bfd5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.60.1] - 2024-09-13
### Fixed
- LocationFiltersACl.Scope.SpaceID changed to ID



## [7.60.0] - 2024-09-12
### Changed
- Some changes to the typed instances functionality in the data modeling client
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.60.0"
__version__ = "7.60.1"
__api_subversion__ = "20230101"
2 changes: 1 addition & 1 deletion cognite/client/data_classes/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ class Action(Capability.Action): # type: ignore [misc]

class Scope:
All = AllScope
SpaceID = IDScope
ID = IDScope


@dataclass
Expand Down
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.60.0"
version = "7.60.1"
description = "Cognite Python SDK"
readme = "README.md"
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"
Expand Down

0 comments on commit 94bfd5b

Please sign in to comment.