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"