From 1d147ba60812d5d6fcf19c7ba01ed0dad8a9cdb0 Mon Sep 17 00:00:00 2001 From: Ravi Kumar Pilla Date: Wed, 27 Nov 2024 08:41:15 -0600 Subject: [PATCH 1/2] 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" From 27954cd3bbfb49e922b1034c32b029fe4ead504a Mon Sep 17 00:00:00 2001 From: Ravi Kumar Pilla Date: Wed, 27 Nov 2024 08:58:49 -0600 Subject: [PATCH 2/2] build(telemetry): Release 0.6.2 (#947) bump telemetry version to 0.6.2 --- kedro-telemetry/RELEASE.md | 5 +++-- kedro-telemetry/kedro_telemetry/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kedro-telemetry/RELEASE.md b/kedro-telemetry/RELEASE.md index 1a60f5b88..df7bb603a 100644 --- a/kedro-telemetry/RELEASE.md +++ b/kedro-telemetry/RELEASE.md @@ -1,10 +1,11 @@ # Upcoming release + +# Release 0.6.2 * Removed support for Python 3.8 * Added support for Python 3.13 ## Thanks for supporting contributions -[Felix Scherz](https://github.com/felixscherz) - +* [Felix Scherz](https://github.com/felixscherz) # Release 0.6.1 * Changed Kedro CLI loading method to improve loading times. diff --git a/kedro-telemetry/kedro_telemetry/__init__.py b/kedro-telemetry/kedro_telemetry/__init__.py index 39a11503d..9bb2ff9ef 100644 --- a/kedro-telemetry/kedro_telemetry/__init__.py +++ b/kedro-telemetry/kedro_telemetry/__init__.py @@ -1,6 +1,6 @@ """Kedro plugin for collecting Kedro usage data.""" -__version__ = "0.6.1" +__version__ = "0.6.2" import logging