From aedf77c02a9888d68b48e180a20ad9d22b9cd9f7 Mon Sep 17 00:00:00 2001 From: Merel Theisen Date: Tue, 1 Aug 2023 14:13:14 +0100 Subject: [PATCH] Bump version to 1.5.1 Signed-off-by: Merel Theisen --- kedro-datasets/RELEASE.md | 6 ++++++ kedro-datasets/kedro_datasets/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index 8b0909786..fd4f92764 100644 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -5,6 +5,11 @@ ## Community contributions +# Release 1.5.1: + +## Bug fixes and other changes +* Fixed problematic docstrings in `pandas.DeltaTableDataSet` causing Read the Docs builds on Kedro to fail. + # Release 1.5.0 ## Major features and improvements @@ -41,6 +46,7 @@ Many thanks to the following Kedroids for contributing PRs to this release: ## Bug fixes and other changes * Fixed problematic docstrings of `APIDataSet`. + # Release 1.3.0: ## Major features and improvements diff --git a/kedro-datasets/kedro_datasets/__init__.py b/kedro-datasets/kedro_datasets/__init__.py index d49107012..aac587aec 100644 --- a/kedro-datasets/kedro_datasets/__init__.py +++ b/kedro-datasets/kedro_datasets/__init__.py @@ -1,3 +1,3 @@ """``kedro_datasets`` is where you can find all of Kedro's data connectors.""" -__version__ = "1.5.0" +__version__ = "1.5.1"