Skip to content

Commit

Permalink
feat(datasets): Release kedro-datasets 5.0.0 (#869)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
lrcouto and ankatiyar authored Oct 10, 2024
1 parent f13dd7a commit 7b7f27c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Upcoming Release


# Release 5.0.0
## Major features and improvements
* Removed support for Python 3.9
* Added the following new **experimental** datasets:
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ rioxarray = ["kedro-datasets[rioxarray-geotiffdataset]"]

# Docs requirements
docs = [
"kedro-sphinx-theme==2024.4.0",
"kedro-sphinx-theme==2024.10.2",
"ipykernel>=5.3, <7.0",
"Jinja2<3.2.0",
]
Expand Down

0 comments on commit 7b7f27c

Please sign in to comment.