Skip to content

Commit

Permalink
Merge branch 'main' into kedro-docker-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla authored Nov 27, 2024
2 parents 66c98a7 + 27954cd commit 70c2c70
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion kedro-airflow/RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kedro-airflow/kedro_airflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kedro plugin for running a project with Airflow."""

__version__ = "0.9.1"
__version__ = "0.9.2"
5 changes: 3 additions & 2 deletions kedro-telemetry/RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion kedro-telemetry/kedro_telemetry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Kedro plugin for collecting Kedro usage data."""

__version__ = "0.6.1"
__version__ = "0.6.2"

import logging

Expand Down

0 comments on commit 70c2c70

Please sign in to comment.