Skip to content

Commit

Permalink
FIX #150 - Bump version and CHANGELOG for release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 29, 2023
1 parent 2971905 commit d80cd10
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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.8.2] - 2023-08-29

## [0.8.1] - 2023-03-17

- Submit_operator supports `node` and `pipeline` parameters
Expand Down Expand Up @@ -157,7 +159,9 @@

- Initial implementation of `kedro_airflow_k8s` plugin stub.

[Unreleased]: https://github.com/getindata/kedro-airflow-k8s/compare/0.8.1...HEAD
[Unreleased]: https://github.com/getindata/kedro-airflow-k8s/compare/0.8.2...HEAD

[0.8.2]: https://github.com/getindata/kedro-airflow-k8s/compare/0.8.1...0.8.2

[0.8.1]: https://github.com/getindata/kedro-airflow-k8s/compare/0.8.0...0.8.1

Expand Down
2 changes: 1 addition & 1 deletion kedro_airflow_k8s/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.8.1"
version = "0.8.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2

[bumpversion:file:setup.py]

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
],
"docs": [
"sphinx==3.4.2",
"recommonmark==0.8.1",
"recommonmark==0.8.2",
"sphinx_rtd_theme==0.5.2",
],
"gcp": [
"gcsfs<0.8.1",
"gcsfs<0.8.2",
],
"aws": ["s3fs>=0.6.1"],
"mlflow": ["kedro-mlflow==0.4.1"],
Expand All @@ -49,7 +49,7 @@

setup(
name="kedro-airflow-k8s",
version="0.8.1",
version="0.8.2",
description="Kedro plugin with Airflow on Kubernetes support",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d80cd10

Please sign in to comment.