From 1d147ba60812d5d6fcf19c7ba01ed0dad8a9cdb0 Mon Sep 17 00:00:00 2001 From: Ravi Kumar Pilla Date: Wed, 27 Nov 2024 08:41:15 -0600 Subject: [PATCH] build(airflow): Release 0.9.2 (#946) bump release version to 0.9.2 --- kedro-airflow/RELEASE.md | 4 +++- kedro-airflow/kedro_airflow/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kedro-airflow/RELEASE.md b/kedro-airflow/RELEASE.md index e9b24ab85..6bd0b7163 100755 --- a/kedro-airflow/RELEASE.md +++ b/kedro-airflow/RELEASE.md @@ -1,10 +1,12 @@ # Upcoming Release + +# Release 0.9.2 * Removed support for Python 3.8 ## Community contributions Many thanks to the following Kedroids for contributing PRs to this release: -[Felix Scherz](https://github.com/felixscherz) +* [Felix Scherz](https://github.com/felixscherz) # Release 0.9.1 * Added support to specify `--conf-source` which would point to the runtime configuration directory to be used for running the DAG in airflow. This configuration path is added to the generated DAG. diff --git a/kedro-airflow/kedro_airflow/__init__.py b/kedro-airflow/kedro_airflow/__init__.py index 7c43117dd..4d59aba02 100644 --- a/kedro-airflow/kedro_airflow/__init__.py +++ b/kedro-airflow/kedro_airflow/__init__.py @@ -1,3 +1,3 @@ """Kedro plugin for running a project with Airflow.""" -__version__ = "0.9.1" +__version__ = "0.9.2"