Skip to content

Commit

Permalink
build(datasets): Release 6.0.0 (#968)
Browse files Browse the repository at this point in the history
release draft
  • Loading branch information
ravi-kumar-pilla authored Dec 18, 2024
1 parent 83dc20f commit 87d5e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Upcoming Release 6.0.0
# Upcoming Release
## Major features and improvements
## Bug fixes and other changes
## Breaking Changes
## Community contributions

# Release 6.0.0

## Major features and improvements

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__ = "5.1.0"
__version__ = "6.0.0"

import sys
import warnings
Expand Down

0 comments on commit 87d5e62

Please sign in to comment.