Skip to content

Commit

Permalink
build(datasets): Release kedro-datasets 3.0.1 (#704)
Browse files Browse the repository at this point in the history
bump version

Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB authored May 29, 2024
1 parent 58ef629 commit 064c5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Upcoming Release
## Major features and improvements

# Release 3.0.1

## Bug fixes and other changes
* Removed arbitrary upper bound for `s3fs`.
* `NetCDFDataset` support for NetCDF4 via `engine="netcdf4"` and `engine="h5netcdf"`
Expand All @@ -9,7 +11,6 @@
Many thanks to the following Kedroids for contributing PRs to this release:
* [Charles Guan](https://github.com/charlesbmi)


# Release 3.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__ = "3.0.0"
__version__ = "3.0.1"

import sys
import warnings
Expand Down

0 comments on commit 064c5d9

Please sign in to comment.