diff --git a/CHANGELOG.templates.md b/CHANGELOG.templates.md index 90a3daaf1..071987537 100644 --- a/CHANGELOG.templates.md +++ b/CHANGELOG.templates.md @@ -15,6 +15,10 @@ Changes are grouped as follows: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. +## [0.2.21] - 2024-09-13 + +No changes to templates. + ## [0.2.20] - 2024-08-31 ## Fixed diff --git a/cognite_toolkit/_system.yaml b/cognite_toolkit/_system.yaml index c0a8e6330..1c220b6a5 100644 --- a/cognite_toolkit/_system.yaml +++ b/cognite_toolkit/_system.yaml @@ -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.20 \ No newline at end of file +cdf_toolkit_version: 0.2.21 \ No newline at end of file diff --git a/cognite_toolkit/_version.py b/cognite_toolkit/_version.py index 943c601c0..4c38b9247 100644 --- a/cognite_toolkit/_version.py +++ b/cognite_toolkit/_version.py @@ -1 +1 @@ -__version__ = "0.2.20" +__version__ = "0.2.21" diff --git a/pyproject.toml b/pyproject.toml index 7a4cbf288..033f0ed5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite_toolkit" -version = "0.2.20" +version = "0.2.21" description = "Official Cognite Data Fusion tool for project templates and configuration deployment" authors = ["Cognite AS "] license = "Apache-2" diff --git a/tests/data/build_core_model/_build_environment.yaml b/tests/data/build_core_model/_build_environment.yaml index 6917f0d7a..45e0b8371 100644 --- a/tests/data/build_core_model/_build_environment.yaml +++ b/tests/data/build_core_model/_build_environment.yaml @@ -4,4 +4,4 @@ project: project-loader-dev type: dev selected: - modules -cdf_toolkit_version: 0.2.20 +cdf_toolkit_version: 0.2.21 diff --git a/tests/data/build_group_with_unknown_acl/_build_environment.yaml b/tests/data/build_group_with_unknown_acl/_build_environment.yaml index 57ab0df26..82e0a85a1 100644 --- a/tests/data/build_group_with_unknown_acl/_build_environment.yaml +++ b/tests/data/build_group_with_unknown_acl/_build_environment.yaml @@ -4,4 +4,4 @@ project: pytest-project type: dev selected: - modules -cdf_toolkit_version: 0.2.20 +cdf_toolkit_version: 0.2.21 diff --git a/tests/data/project_for_test/_system.yaml b/tests/data/project_for_test/_system.yaml index 4de881dc7..b74721894 100644 --- a/tests/data/project_for_test/_system.yaml +++ b/tests/data/project_for_test/_system.yaml @@ -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.20 +cdf_toolkit_version: 0.2.21 diff --git a/tests/data/project_no_cognite_modules/_system.yaml b/tests/data/project_no_cognite_modules/_system.yaml index 2535ded6f..ca3fb4722 100644 --- a/tests/data/project_no_cognite_modules/_system.yaml +++ b/tests/data/project_no_cognite_modules/_system.yaml @@ -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.20 +cdf_toolkit_version: 0.2.21 diff --git a/tests/data/project_with_bad_modules/_system.yaml b/tests/data/project_with_bad_modules/_system.yaml index 2535ded6f..ca3fb4722 100644 --- a/tests/data/project_with_bad_modules/_system.yaml +++ b/tests/data/project_with_bad_modules/_system.yaml @@ -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.20 +cdf_toolkit_version: 0.2.21 diff --git a/tests/data/run_data/_system.yaml b/tests/data/run_data/_system.yaml index 1237f1b2b..9fca0f60f 100644 --- a/tests/data/run_data/_system.yaml +++ b/tests/data/run_data/_system.yaml @@ -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.20 +cdf_toolkit_version: 0.2.21