Skip to content

Commit

Permalink
Prepare 0.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 7, 2025
1 parent 877b70d commit 2cc8762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cognite/neat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.104.0"
__version__ = "0.105.0"
__engine__ = "^2.0.3"
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Changes are grouped as follows:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## TBD
## [0.105.0] - 07-01-**2025**
### Added
- All `neat.read` methods now supports reading from a URL.
- `neat.prepare.instances.connection_to_data_type(...)` added to convert connection to data type.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-neat"
version = "0.104.0"
version = "0.105.0"
readme = "README.md"
description = "Knowledge graph transformation"
authors = [
Expand Down

0 comments on commit 2cc8762

Please sign in to comment.