Skip to content

Commit

Permalink
Data model centric support in transformation (#126)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

version 2.3.8 note

* Update __init__.py

* Update pyproject.toml

cognite-sdk version 6.1.2

* poetry lock
  • Loading branch information
nimeshawij authored May 26, 2023
1 parent 420c898 commit 85e7551
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

# [2.3.8] - 2023-05-23
- Data model centric support in transformation

# [2.3.7] - 2023-05-12
### Fixed
- Renaming instance_nodes -> nodes and instance_edges -> edges. Because the SDK is not consistent with the destination in the Transformation API and CLI
Expand Down
2 changes: 1 addition & 1 deletion cognite/transformations_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.7"
__version__ = "2.3.8"
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-transformations-cli"
version = "2.3.7"
version = "2.3.8"
description = "A CLI for the Transformations service in CDF"
authors = ["Mathias Lohne <[email protected]>", "Emel Varol <[email protected]>", "Einar Marstrander Omang <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ types-retry = "^0.1.5"
tabulate = "^0.8.9"
types-tabulate = "^0.8.3"
sqlparse = "^0.4.2"
cognite-sdk = "6.1.10"
cognite-sdk = "6.2.1"
regex = "^2021.11.10"
dacite = "^1.6.0"
python-dotenv = "^0.21.0"
Expand Down

0 comments on commit 85e7551

Please sign in to comment.