Skip to content

Commit 7b7f27c

Browse files
lrcoutoankatiyar
andauthoredOct 10, 2024
feat(datasets): Release kedro-datasets 5.0.0 (#869)
* Release kedro-datasets 5.0.0 Signed-off-by: Laura Couto <laurarccouto@gmail.com> * Update kedro-datasets/pyproject.toml Co-authored-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> --------- Signed-off-by: Laura Couto <laurarccouto@gmail.com> Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com> Co-authored-by: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com>
1 parent f13dd7a commit 7b7f27c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎kedro-datasets/RELEASE.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Upcoming Release
2+
3+
4+
# Release 5.0.0
25
## Major features and improvements
36
* Removed support for Python 3.9
47
* Added the following new **experimental** datasets:

‎kedro-datasets/kedro_datasets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""
22

33
__all__ = ["KedroDeprecationWarning"]
4-
__version__ = "4.1.0"
4+
__version__ = "5.0.0"
55

66
import sys
77
import warnings

‎kedro-datasets/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ rioxarray = ["kedro-datasets[rioxarray-geotiffdataset]"]
193193

194194
# Docs requirements
195195
docs = [
196-
"kedro-sphinx-theme==2024.4.0",
196+
"kedro-sphinx-theme==2024.10.2",
197197
"ipykernel>=5.3, <7.0",
198198
"Jinja2<3.2.0",
199199
]

0 commit comments

Comments
 (0)