Skip to content

Commit

Permalink
FIX #188 - Bump version and CHANGELOG for release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 22, 2022
1 parent e94b57d commit 001d753
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2

[bumpversion:file:pyproject.toml]

Expand Down
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Kedro plugin with Kubeflow Pipelines support
docs_url: https://kedro-kubeflow.readthedocs.io/
full_name: Kedro Kubeflow Plugin
github_url: https://github.com/getindata/kedro-kubeflow
initial_version: 0.7.1
initial_version: 0.7.2
keywords:
- kedro-plugin
- kubeflow
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.7.2] - 2022-09-22

- Fixed compatibility with kedro-mlflow >= 0.8

## [0.7.1] - 2022-09-21
Expand Down Expand Up @@ -161,7 +163,9 @@
- Method to schedule runs for most recent version of given pipeline `kedro kubeflow schedule`
- Shortcut to open UI for pipelines using `kedro kubeflow ui`

[Unreleased]: https://github.com/getindata/kedro-kubeflow/compare/0.7.1...HEAD
[Unreleased]: https://github.com/getindata/kedro-kubeflow/compare/0.7.2...HEAD

[0.7.2]: https://github.com/getindata/kedro-kubeflow/compare/0.7.1...0.7.2

[0.7.1]: https://github.com/getindata/kedro-kubeflow/compare/0.7.0...0.7.1

Expand Down
2 changes: 1 addition & 1 deletion kedro_kubeflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.1"
__version__ = "0.7.2"
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 = "kedro-kubeflow"
version = "0.7.1"
version = "0.7.2"
description = "Kedro plugin with Kubeflow Pipelines support"
readme = "README.md"
authors = ['Mateusz Pytel <[email protected]>', 'Mariusz Strzelecki <[email protected]>']
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.tests=tests/
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9

sonar.projectVersion=0.7.1
sonar.projectVersion=0.7.2
sonar.projectDescription=Kedro plugin with Kubeflow Pipelines support
sonar.links.homepage=https://kedro-kubeflow.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-kubeflow/actions
Expand Down

0 comments on commit 001d753

Please sign in to comment.