Skip to content

Commit

Permalink
Update Core Model to Cognite Prefixed (released 12. July) (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino authored Jul 19, 2024
1 parent 8c80c8c commit d004f95
Show file tree
Hide file tree
Showing 8 changed files with 2,876 additions and 541 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [7.54.5] - 2024-07-19
### Changed
- [Feature Preview] Updated the Core Model to the newest version released on July 12th, 2024. The
introduction of the `Cognite` prefix for all classes.

## [7.54.4] - 2024-07-19
### Changed
- Instance classes like `Node` and `NodeList` now expand properties by default in notebook-like environments.
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.54.4"
__version__ = "7.54.5"
__api_subversion__ = "20230101"
Loading

0 comments on commit d004f95

Please sign in to comment.