From 3073cccd22234c5c176e5169d96fb7873d493b56 Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Mon, 25 Nov 2024 14:53:25 -0600 Subject: [PATCH 1/5] bump version to 0.19.10 --- CITATION.cff | 4 ++-- RELEASE.md | 9 +++++++++ docs/source/development/commands_reference.md | 4 ++-- kedro/__init__.py | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 371e42a1b0..e2b222ea7f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -44,6 +44,6 @@ authors: - family-names: Brugman given-names: Simon title: Kedro -version: 0.19.9 -date-released: 2024-10-10 +version: 0.19.10 +date-released: 2024-11-26 url: https://github.com/kedro-org/kedro diff --git a/RELEASE.md b/RELEASE.md index 26be20d106..a5655751f5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,13 @@ # Upcoming Release +## Major features and improvements +## Bug fixes and other changes +## Breaking changes to the API +## Documentation changes +## Community contributions + +# Release 0.19.10 + ## Major features and improvements * Add official support for Python 3.13. * Implemented dict-like interface for `KedroDataCatalog`. @@ -20,6 +28,7 @@ * Added example to explain how dataset factories work. ## Community contributions +Many thanks to the following Kedroids for contributing PRs to this release: * [Hyewon Choi](https://github.com/hyew0nChoi) diff --git a/docs/source/development/commands_reference.md b/docs/source/development/commands_reference.md index d66d4ffcc6..6764b58d09 100644 --- a/docs/source/development/commands_reference.md +++ b/docs/source/development/commands_reference.md @@ -109,14 +109,14 @@ Returns output similar to the following, depending on the version of Kedro used | |/ / _ \/ _` | '__/ _ \ | < __/ (_| | | | (_) | |_|\_\___|\__,_|_| \___/ -v0.19.8 +v0.19.10 Kedro is a Python framework for creating reproducible, maintainable and modular data science code. Installed plugins: -kedro_viz: 9.2.0 (hooks:global,line_magic) +kedro_viz: 10.1.0 (hooks:global,line_magic) ``` diff --git a/kedro/__init__.py b/kedro/__init__.py index afb4928658..0a0d050098 100644 --- a/kedro/__init__.py +++ b/kedro/__init__.py @@ -6,7 +6,7 @@ import sys import warnings -__version__ = "0.19.9" +__version__ = "0.19.10" class KedroDeprecationWarning(DeprecationWarning): From 087e1d3fffeaf3b971aeae3087e17c1483727201 Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Mon, 25 Nov 2024 14:56:46 -0600 Subject: [PATCH 2/5] update command ref --- docs/source/development/commands_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development/commands_reference.md b/docs/source/development/commands_reference.md index 6764b58d09..a49f2de5c2 100644 --- a/docs/source/development/commands_reference.md +++ b/docs/source/development/commands_reference.md @@ -116,7 +116,7 @@ creating reproducible, maintainable and modular data science code. Installed plugins: -kedro_viz: 10.1.0 (hooks:global,line_magic) +kedro_viz: 10.1.0 (entry points:global,hooks,line_magic) ``` From 6e2277254e28dc93a038c5d2655eeb15f915d19f Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Mon, 25 Nov 2024 15:28:13 -0600 Subject: [PATCH 3/5] update 3.13 badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50ffbe9bd0..9138256fd5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-[![Python version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://pypi.org/project/kedro/) +[![Python version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://pypi.org/project/kedro/) [![PyPI version](https://badge.fury.io/py/kedro.svg)](https://pypi.org/project/kedro/) [![Conda version](https://img.shields.io/conda/vn/conda-forge/kedro.svg)](https://anaconda.org/conda-forge/kedro) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/kedro-org/kedro/blob/main/LICENSE.md) From e57845cc3cbf09c33e2643979db846e3ea80ce4b Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Mon, 25 Nov 2024 21:50:40 -0600 Subject: [PATCH 4/5] add py313 --- docs/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index ecbdbbe381..5575a8607b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -23,9 +23,9 @@ Welcome to Kedro's award-winning documentation! :target: https://opensource.org/license/apache2-0-php/ :alt: License is Apache 2.0 -.. image:: https://img.shields.io/badge/3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg +.. image:: https://img.shields.io/badge/3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg :target: https://pypi.org/project/kedro/ - :alt: Python version 3.9, 3.10, 3.11, 3.12 + :alt: Python version 3.9, 3.10, 3.11, 3.12, 3.13 .. image:: https://badge.fury.io/py/kedro.svg :target: https://pypi.org/project/kedro/ From 9fc027e100e83db414e5a7453b9638a2147d33d1 Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Tue, 26 Nov 2024 09:57:50 -0600 Subject: [PATCH 5/5] merge main and update release note --- RELEASE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 87a7e7c07a..d84495d5e6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,8 +30,10 @@ ## Community contributions Many thanks to the following Kedroids for contributing PRs to this release: +* [G. D. McBain](https://github.com/gdmcbain) +* [Greg Vaslowski](https://github.com/Vaslo) * [Hyewon Choi](https://github.com/hyew0nChoi) - +* [Pedro Antonacio](https://github.com/antonacio) # Release 0.19.9