From a6b59cf8704f64f0bec4c1f25f4a542d5515972c Mon Sep 17 00:00:00 2001 From: Laura Couto Date: Tue, 8 Oct 2024 17:28:45 -0300 Subject: [PATCH 1/3] Bump up version to 0.19.9 Signed-off-by: Laura Couto --- CITATION.cff | 4 ++-- RELEASE.md | 2 ++ kedro/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3f57feb252..a08655199e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -44,6 +44,6 @@ authors: - family-names: Brugman given-names: Simon title: Kedro -version: 0.19.8 -date-released: 2024-08-20 +version: 0.19.9 +date-released: 2024-10-09 url: https://github.com/kedro-org/kedro diff --git a/RELEASE.md b/RELEASE.md index 5447340938..fde48c6526 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,7 @@ # Upcoming Release +# Release 0.19.9 + ## Major features and improvements * Dropped Python 3.8 support. * Implemented `KedroDataCatalog` repeating `DataCatalog` functionality with a few API enhancements: diff --git a/kedro/__init__.py b/kedro/__init__.py index b49d498fc9..00ebebc5a7 100644 --- a/kedro/__init__.py +++ b/kedro/__init__.py @@ -6,7 +6,7 @@ import sys import warnings -__version__ = "0.19.8" +__version__ = "0.19.9" class KedroDeprecationWarning(DeprecationWarning): diff --git a/pyproject.toml b/pyproject.toml index 23b60e9a61..6e3740362a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ test = [ docs = [ "ipykernel>=5.3, <7.0", "Jinja2<3.2.0", - "kedro-sphinx-theme==2024.4.0", + "kedro-sphinx-theme==2024.10.0", "sphinx-notfound-page!=1.0.3", # Required by kedro-sphinx-theme. 1.0.3 results in `AttributeError: 'tuple' object has no attribute 'default'`. ] jupyter = [ From da75589d7774952a637c7cdd26cd401e3fa0a6f6 Mon Sep 17 00:00:00 2001 From: Laura Couto Date: Wed, 9 Oct 2024 10:00:19 -0300 Subject: [PATCH 2/3] Add placeholders to release.md Signed-off-by: Laura Couto --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index fde48c6526..59cace8a36 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,12 @@ # Upcoming Release +## Major features and improvements +## Bug fixes and other changes +## Breaking changes to the API +## Documentation changes +## Community contributions + + # Release 0.19.9 ## Major features and improvements From 1119c3e0b5c559f8fe428cedbeef213e27c32c71 Mon Sep 17 00:00:00 2001 From: Laura Couto Date: Wed, 9 Oct 2024 14:45:42 -0300 Subject: [PATCH 3/3] Update citation.cff release date Signed-off-by: Laura Couto --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index a08655199e..371e42a1b0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -45,5 +45,5 @@ authors: given-names: Simon title: Kedro version: 0.19.9 -date-released: 2024-10-09 +date-released: 2024-10-10 url: https://github.com/kedro-org/kedro