We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13dd7a commit 7b7f27cCopy full SHA for 7b7f27c
kedro-datasets/RELEASE.md
@@ -1,4 +1,7 @@
1
# Upcoming Release
2
+
3
4
+# Release 5.0.0
5
## Major features and improvements
6
* Removed support for Python 3.9
7
* Added the following new **experimental** datasets:
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.1.0"
+__version__ = "5.0.0"
import sys
import warnings
kedro-datasets/pyproject.toml
@@ -193,7 +193,7 @@ rioxarray = ["kedro-datasets[rioxarray-geotiffdataset]"]
193
194
# Docs requirements
195
docs = [
196
- "kedro-sphinx-theme==2024.4.0",
+ "kedro-sphinx-theme==2024.10.2",
197
"ipykernel>=5.3, <7.0",
198
"Jinja2<3.2.0",
199
]
0 commit comments