diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d012720..a6982b0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 [bumpversion:file:pyproject.toml] diff --git a/.copier-answers.yml b/.copier-answers.yml index b92ed36..b9a7809 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -7,7 +7,7 @@ description: Kedro plugin with Azure ML Pipelines support docs_url: https://kedro-azureml.readthedocs.io/ full_name: Kedro Azure ML Pipelines plugin github_url: https://github.com/getindata/kedro-azureml -initial_version: 0.4.0 +initial_version: 0.4.1 keywords: - kedro - mlops diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5e5f4..a0ddadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + +## [0.4.1] - 2023-05-04 + - [📝 Docs] Revamp the quickstart guide in documentation - Refactor `kedro azureml init` command to be more user-friendly - Add dependency on `kedro-datasets` to prepare for Kedro `0.19.0`; Remove `kedro.datasets.*` imports @@ -59,7 +62,9 @@ - Initial plugin release -[Unreleased]: https://github.com/getindata/kedro-azureml/compare/0.4.0...HEAD +[Unreleased]: https://github.com/getindata/kedro-azureml/compare/0.4.1...HEAD + +[0.4.1]: https://github.com/getindata/kedro-azureml/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/getindata/kedro-azureml/compare/0.3.6...0.4.0 diff --git a/kedro_azureml/__init__.py b/kedro_azureml/__init__.py index a96ca08..2b12256 100644 --- a/kedro_azureml/__init__.py +++ b/kedro_azureml/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" import warnings diff --git a/pyproject.toml b/pyproject.toml index 3da70e6..0d9517d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kedro-azureml" -version = "0.4.0" +version = "0.4.1" description = "Kedro plugin with Azure ML Pipelines support" readme = "README.md" authors = ['marcin.zablocki '] diff --git a/sonar-project.properties b/sonar-project.properties index 925c094..b8a7777 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.tests=tests/ sonar.python.coverage.reportPaths=coverage.xml sonar.python.version=3.9 -sonar.projectVersion=0.4.0 +sonar.projectVersion=0.4.1 sonar.projectDescription=Kedro plugin with Azure ML Pipelines support sonar.links.homepage=https://kedro-azureml.readthedocs.io/ sonar.links.ci=https://github.com/getindata/kedro-azureml/actions