Skip to content

Commit

Permalink
Prep release 0.2.15 (#789)
Browse files Browse the repository at this point in the history
* build: bump

* build: actual bump
  • Loading branch information
doctrino authored Jul 22, 2024
1 parent 3ded40d commit ae5c7a3
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.cdf-tk.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.2.15] - 2024-07-22

### Added

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.templates.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.2.15] - 2024-07-22

### Added

Expand Down
7 changes: 6 additions & 1 deletion cognite_toolkit/_cdf_tk/_migration.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
- version: 0.2.14
- version: 0.2.15
cognite_modules: {}
resources: {}
tool: {}
cognite_modules_hash: ""
- version: 0.2.14
cognite_modules: {}
resources: {}
tool: {}
cognite_modules_hash: "051b3541ad0f5504d8b58aa21d9f404b0710e5dbc97990bd7d41983f2ffb177c"
- version: 0.2.13
cognite_modules: {}
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion cognite_toolkit/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ packages:
- example_pump_data_model

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.14
cdf_toolkit_version: 0.2.15
2 changes: 1 addition & 1 deletion cognite_toolkit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.14"
__version__ = "0.2.15"
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_toolkit"
version = "0.2.14"
version = "0.2.15"
description = "Official Cognite Data Fusion tool for project templates and configuration deployment"
authors = ["Cognite AS <[email protected]>"]
license = "Apache-2"
Expand Down
2 changes: 1 addition & 1 deletion tests/data/build_core_model/_build_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ project: project-loader-dev
type: dev
selected:
- modules
cdf_toolkit_version: 0.2.14
cdf_toolkit_version: 0.2.15
2 changes: 1 addition & 1 deletion tests/data/project_for_test/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ packages:
- child_module

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.14
cdf_toolkit_version: 0.2.15
2 changes: 1 addition & 1 deletion tests/data/project_no_cognite_modules/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
packages: {}

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.14
cdf_toolkit_version: 0.2.15
2 changes: 1 addition & 1 deletion tests/data/project_with_bad_modules/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
packages: {}

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.14
cdf_toolkit_version: 0.2.15
2 changes: 1 addition & 1 deletion tests/data/run_data/_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ packages:
- example_pump_data_model

# This part is used by cdf-toolkit to keep track of the version and help you upgrade.
cdf_toolkit_version: 0.2.14
cdf_toolkit_version: 0.2.15

0 comments on commit ae5c7a3

Please sign in to comment.