From e9878adae647656c9ca56486dbf9cf56639b82ea Mon Sep 17 00:00:00 2001 From: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:50:34 +0100 Subject: [PATCH] build(datasets): Release 4.1.0 (#795) * Updated release notes Signed-off-by: Elena Khaustova * Updates version Signed-off-by: Elena Khaustova * Fixed the version number Signed-off-by: Elena Khaustova * Update kedro-datasets/RELEASE.md Co-authored-by: Nok Lam Chan Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> * Docs fix Signed-off-by: Elena Khaustova * Docs fix Signed-off-by: Elena Khaustova --------- Signed-off-by: Elena Khaustova Signed-off-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> Co-authored-by: Nok Lam Chan --- kedro-datasets/RELEASE.md | 7 ++++--- kedro-datasets/kedro_datasets/__init__.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index 032eadc29..a90176166 100755 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -1,15 +1,16 @@ # Upcoming Release ## Major features and improvements -* Improved PartitionedDataset representation when printing. ## Bug fixes and other changes ## Breaking Changes ## Community contributions -# Release 4.0.1 +# Release 4.1.0 ## Major features and improvements +* Improved `partitions.PartitionedDataset` representation when printing. + ## Bug fixes and other changes -- Updated `ibis.TableDataset` to make sure credentials are not printed in interactive environment. +* Updated `ibis.TableDataset` to make sure credentials are not printed in interactive environment. ## Breaking Changes ## Community contributions diff --git a/kedro-datasets/kedro_datasets/__init__.py b/kedro-datasets/kedro_datasets/__init__.py index def06a600..345e5b73a 100644 --- a/kedro-datasets/kedro_datasets/__init__.py +++ b/kedro-datasets/kedro_datasets/__init__.py @@ -1,7 +1,7 @@ """``kedro_datasets`` is where you can find all of Kedro's data connectors.""" __all__ = ["KedroDeprecationWarning"] -__version__ = "4.0.0" +__version__ = "4.1.0" import sys import warnings